kit
kit copied to clipboard
A standard library for microservices.
### Description This PR fixes an issue that occurred when the Dogstatsd client could not reach the Datadog agent to send metrics. It would fail to send counters, return and...
### What would you like? # Overview Since release `v1.11.0`, nats.go supports message headers. headers are very useful to transfer metadata together with messages. I'm proposing to add basic support...
A simple PR, maybe a good thing to declare the return type to `nats.MsgHandler` same as the comment?
Generics
This is just a very rough, first draft of how generics would look like in Go kit if it was available in Go today.
### What would you like? I want to use hystrix as cb and want to set fallback func once execute failed
# Go kit: the road ahead - This is a tracking issue for broad changes to the Go kit project - Expect edits and updates - No ETA at this...
### What would you like? I have noticed a couple of differences between the tutorial section of the [stringsvc3](https://gokit.io/examples/stringsvc.html#calling-other-services) example and its [full source code](https://github.com/go-kit/examples/tree/master/stringsvc3). It is worth mentioning the...
## what Add third-part extensions block to the readme with link to `go-kit-kafka` repository. ## why related to the #1209
### What did you do? Using the GoKit implementation of Instancer for Consul in GoKit 0.11 and up results in Instancer spamming Consul with hundreds of RPC requests/sec on any...