Live data from Hacker News

Go Micro v2.4.0 – Go microservices development framework

github.com

1–10 of 26 posts

Re: Go Micro v2.4.0 – Go microservices development framework

#6

Built in NATs, RPC, mDNS, this all seems really compelling. Is anyone using this at scale in production? What have been the pain points?

I think thats not really micro.service anymore. It creates a lock in we dont want. Why not build a monolith then?

Re: Go Micro v2.4.0 – Go microservices development framework

#7

Built in NATs, RPC, mDNS, this all seems really compelling. Is anyone using this at scale in production? What have been the pain points?

I think thats not really micro.service anymore. It creates a lock in we dont want. Why not build a monolith then?

Micro focuses on providing distributed systems programming as a single framework, so it takes all the patterns you'd normally leverage and puts them in one place for you to easily build services. We do this with a pluggable model so you can pick and choose underlying infrastructure dependencies or a zero dep model if you choose. Its very powerful and our hope is the next generation of services are built using it.

Re: Go Micro v2.4.0 – Go microservices development framework

#8
post #4

Hey! Asim here (author). Feel free to ask any questions. Was not expecting this to hit the front page.

Is it possible to create a tutorial showing features end-to-end (using CLI / Code generation)? I have seen a couple of high quality tutorial series on web - but they are advocating usage of 1.18 version.

Re: Go Micro v2.4.0 – Go microservices development framework

#10
post #4

Hey! Asim here (author). Feel free to ask any questions. Was not expecting this to hit the front page.

Is it possible to create a tutorial showing features end-to-end (using CLI / Code generation)? I have seen a couple of high quality tutorial series on web - but they are advocating usage of 1.18 version.

Sure, what kind of tutorials are you interested in? Written form or video? We're thinking about doing a video walkthrough series potentially in live form.
Post reply on HN