Re: resetting consumer group offset to earliest and to-latest not working

2018-09-03 Thread Joseph M'BIMBI-BENE
After checking at work, it seems to work fine. The resetting would fail because of other consumers joining the group due to deployment config errors and i would afterwards check that everything is fine using the incorrect command, forgetting the "-execute". Thank you On Sat, 1 Sep 2018 at 15:15,

Re: resetting consumer group offset to earliest and to-latest not working

2018-09-01 Thread Joseph M'BIMBI-BENE
Oh thank you for pointing that out, in the screenshot i sent i indeed forgot that parameter. It was an attempt to reproduce an error encountered on another system On that system i can see that the source code includes the --execute command. I will send you logs, screenshots etc. using the original

Re: resetting consumer group offset to earliest and to-latest not working

2018-09-01 Thread Patrik Kleindl
Hello Did you add --execute to the command? Which command did you use? Best regards Patrik > Am 01.09.2018 um 14:54 schrieb Joseph M'BIMBI-BENE : > > Hello everyone, > > Hopefully this is the appropriate mailing list for my message. > When i am trying to reset the offset of some consumer group,

resetting consumer group offset to earliest and to-latest not working

2018-09-01 Thread Joseph M'BIMBI-BENE
Hello everyone, Hopefully this is the appropriate mailing list for my message. When i am trying to reset the offset of some consumer group, i get some echo telling me that the offset has indeed been reset to earliest or latest, but checking right after, the offset is still at its previous position