Daniel Schierbeck
Daniel Schierbeck
But then there's no way to extend the sub-context's presenter.
Could you try writing a PR to that effect? Alternatively, you could try to make setting the `partitioner` config a first class config key in Racecar; I think that would...
> Both backslash and -> syntax is not compatible with default arguments and deconstruction (Which is proposed here: #307, yet not implemented in neither Golang nor C++ implementations) Why would...
@CertainLach yup, that makes sense. Again, my ML thinking leads me to think of "multiple arguments" as just a single value – a tuple. Indeed, one possible input to the...
An async producer has been implemented in [ruby-kafka](https://github.com/zendesk/ruby-kafka).
Yup; in my concrete case I probably want to `delay` rather than `drop`, but it's only for a subset of hosts behind the hostname, yes.
It would probably be better if it's the same IPs across all the selected pods, but that's not a _hard_ requirement. But I'm thinking it would be relatively easy to...
@drcapulet @zachmargolis I hope @bpot doesn't mind – he doesn't seem to have been active here for a while. After running into various walls with Poseidon I've started work on...