Dominic Evans
Dominic Evans
@fabiomargarido I think at the moment you cannot share this global singleton across multiple consumer groups, but also there isn’t currently a way of initialising multiple instances of the strategy...
👋 hi @ZzIris So as you note, whilst the `.Commit()` call itself is a blocking operation to send the commit, the response is handled by the offset manager code and...
@joewreschnig thanks, I pulled in your changes and rebased them under PR #2635 so we can have a think about the API compatibility changes
@ijuma thanks for getting in touch and the great writeup of the KIP and 2.1 sounds like a good baseline. Bumping the default KafkaVersion isn't a problem at all, but...
@ijuma whilst on holiday I spent a bit of time looking into the minimum we'd need to do in order to meet this i.e., if we change the default baked...
@ijuma 😀 Is there a branch or patchset anywhere for [apache/kafka](/apache/kafka) that has a draft implementation of [KAFKA-14560](https://issues.apache.org/jira/browse/KAFKA-14560)? It would be useful if we could configure a broker and set...
Sorry for the delay, this was fixed by https://github.com/IBM/sarama/pull/2479
I checked and https://github.com/jcmturner/gokrb5/pull/498 still isn't merged yet sadly 😔
@billygout hmm, yes I’m surprised the example code has a Fatal here, whilst the client does attempt to resolve recoverable errors with a few attempts, the Consume call can return...
@david-bergman id recommend raising your own dedicated issue describing the problem and whether you’re seeing the lockup in producer or consumer etc. I/o timeout and disconnections are fairly typical when...