Re: consumer group and current offsets

2021-12-11 Thread Luke Chen
Hi NicolaeMarasoiu, It looks like a race condition during consumer group deletion and new group creation. Some questions: > However, in a particular case, I deleted the consumer group, and yet, a program creates a consumer group which has the current offset of the deleted group... How do you k

consumer group and current offsets

2021-12-10 Thread Dumitru Nicolae Marasoiu
Hello, Normally I know that each consumer group has a current offset for each partition it consumes, and when we delete a group, its current offsets are deleted with it, and when we (re)create the consumer group again, it will have no current offsets (meaning it will go from offset 0 or offset late