offset reset on unavailability

2020-01-29 Thread Sergey Shelukhin
Hi. We've run into a situation where Kafka cluster was unstable, but some brokers were still up and responding. Some of the consumers restarted at that time and were not able to get their commit offset. We run with auto.offset.reset earliest by default, for bootstrap; after some time, these con

Re: offset reset on unavailability

2020-01-29 Thread Puneet Saha
unsubscribe On Wed, Jan 29, 2020 at 6:31 PM Sergey Shelukhin wrote: > Hi. > We've run into a situation where Kafka cluster was unstable, but some > brokers were still up and responding. > Some of the consumers restarted at that time and were not able to get > their commit offset. > We run with a