Has anyone ever used gokit in real project? #1135
Replies: 17 comments
-
I remember hearing Uber using it for their microservices. |
Beta Was this translation helpful? Give feedback.
-
not a lot, but yes, a few projects use it. |
Beta Was this translation helpful? Give feedback.
-
We use Go-Kit in multiple projects at github.com/kolide |
Beta Was this translation helpful? Give feedback.
-
Yes, of course. We are using go-kit for our microservices. |
Beta Was this translation helpful? Give feedback.
-
In my company it's on production. |
Beta Was this translation helpful? Give feedback.
-
We are using this library on production. |
Beta Was this translation helpful? Give feedback.
-
In our company, all go microservices uses go-kit |
Beta Was this translation helpful? Give feedback.
-
i will use go-kit for our company project.but meet lot problem with load balancing .first is grpc load balancing.i don't how to solve it.My project can't running. (: |
Beta Was this translation helpful? Give feedback.
-
We're using go-kit to support a production service mesh. |
Beta Was this translation helpful? Give feedback.
-
Reddit new Ad service: https://about.sourcegraph.com/go/gophercon-2018-from-prototype-to-production-lessons-from-building-and/ |
Beta Was this translation helpful? Give feedback.
-
Our production app IOS/Android runs on gokit microservices running in Kubernetes.
… On Sep 27, 2018, at 11:50 AM, Alexander Simmerl ***@***.***> wrote:
Reddit new Ad service: https://about.sourcegraph.com/go/gophercon-2018-from-prototype-to-production-lessons-from-building-and/
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Beta Was this translation helpful? Give feedback.
-
At Schibsted Media Group, we run lot of microservices with Go-kit |
Beta Was this translation helpful? Give feedback.
-
We've have been using it works fine, but:
in summary, I would recommend using it only when you 100% sure you'll need to implement > 1 transport (HTTP+GRPC is a classic), |
Beta Was this translation helpful? Give feedback.
-
A few internal services I've written use it as well. |
Beta Was this translation helpful? Give feedback.
-
How do you deal with that boilerplate? Would you recommend the goa? |
Beta Was this translation helpful? Give feedback.
-
We use it for an API into our service discovery framework, with the fleet composed of about 1000 members. Works well, and if I had to do it over again, I'd still use go-kit. |
Beta Was this translation helpful? Give feedback.
-
Are there any companies who use gokit in the wild?
Beta Was this translation helpful? Give feedback.
All reactions