Re: Unable to reset kafka offset in a consumer group

2022-08-25 Thread Luke Chen
Hi Chris, > is there a way to force the offset forward by an increment of 1 just for this topic? kafka-consumer-groups.sh script has an option `--shift-by` to shift current offset by 'n'. I think this is what you are looking for. Thank you Luke On Thu, Aug 25, 2022 at 4:25 PM Chris Peart

Re: Regarding kafka 2.3.0

2022-08-25 Thread Luke Chen
1. Is kafka 2.3.0 going end of life ,If yes then what is the expected date? -> Kafka supports last 3 releases. REF: https://cwiki.apache.org/confluence/display/KAFKA/Time+Based+Release+Plan#TimeBasedReleasePlan-WhatIsOurEOLPolicy ? 2. Is kafka 3.1.0 backward compatible to 2.3.0? -> Since 2.3 to

Unable to reset kafka offset in a consumer group

2022-08-25 Thread Chris Peart
Hi All, I'm trying to reset a kafka offset for a topic in a consumer group, i have stopped all the consumers using the consumer group but i'm still receiving the message that the current state is stable. Is there a way to put the consumer group to an inactive state after stopping all the

Re: Need help on upgrade kafka from 2.7.0 to 3.2.1

2022-08-25 Thread Fred Bai
Hi Sunil Chaudhari : Excuse me, is Kafka 3.1.0 backward compatible to 2.3.0? We also need to upgrade to Kafka3.x from 2.x. thx. sunil chaudhari 于2022年8月16日周二 23:41写道: > Hi Sowjanya, > I am not technical support from Kafka, but I can help you in this. > Recently I upgraded one of the confluent

Re: Regarding kafka 2.3.0

2022-08-25 Thread Fred Bai
+1 Me too, We consider upgrading Kafka to 3.X from Kafka 2.X, but don't know the compatibility. thx Ankit Saran 于2022年8月23日周二 22:21写道: > Hi Team, > We are planning to upgrade kafka version from 2.3.0 to 3.1.0 , We have > below queries regarding the same > > 1. Is kafka 2.3.0 going end of life