Re: Need help on upgrade kafka from 2.7.0 to 3.2.1

2022-08-26 Thread Patrick Taylor
Are you upgrading your Kafka servers or your applications' client libraries? We upgraded our client libraries and then ran into an incompatibility when the upgraded client ran with an older broker cluster. But the issue was fixed by simply adding an ACL for IdempotentWrite on the brokers. This page

Re: Unable to reset kafka offset in a consumer group

2022-08-26 Thread Chris Peart
 Thanks Luke, The problem I was having was that the consumer group was not inactive even with all the consumers stopped. Managed to work around this now. Many Thanks Chris > On 25 Aug 2022, at 10:12 am, Luke Chen wrote: > Hi Chris, > >> is there a way to force the offset forward by an inc