Dominic Evans
Dominic Evans
Can this now be solved via https://github.com/IBM/sarama/pull/2088/ and the IncrementalAlterConfigsOperationDelete operation?
@seizethedave thanks for getting in touch. That sounds like interesting research and I'd be keen to learn more about your approach and subsequent results if you might be able to...
@seizethedave how are you getting on?
Hmm, we should take a look at this issue
We need to resurrect #2040 and see if that solves the OP's issues
@mingdyuo for that error you should either increase your `config.Consumer.MaxProcessingTime` config option or modify your ConsumeClaim loop so it isn't blocking for too long processing messages. Start by making sure...
Partially implemented by 3645a34 (ListOffsets), but we still don't currently provide a method in admin.go to alter consumer group offsets (implemented by the Java AdminClient as a [series of commit...
Yes, currently we only have a small number of flexible protocol versions supported within Sarama. We are actively working on that though
It has been investigated on-and-off, using @dethi 's sample as a functional producer test, but I don't yet have good news of a resolution to the issue
@d1egoaz that sounds good I wonder if it’s worth having some Slack channel or https://gitter.im/home room for Sarama?