Re: consumer_offest partition increased.

2023-04-04 Thread Divij Vaidya
Hi David Sorry to hear about your situation. You need a restart of all the brokers. This is because to determine the group coordinator for a consumer group, a formula is used [1] which is dependent on the number of partitions in the consumer group. Unfortunately, once you change the number of part

Re: Missing Message folder in the git 3.4 branches.

2023-04-04 Thread Divij Vaidya
Hey Kelvin Kafka code base has many "message" directories. Could you please help us understand which one you are referring to? You can find the message directories as follows: 1. Visit https://github.com/apache/kafka/tree/3.4.0?search=1 2. On the left side in the section "Jump to file", type "mes

Re: consumer_offest partition increased.

2023-04-04 Thread David Ballano Fernandez
Hi Divij, Thanks for your reply! Will get a rolling restart going! On Tue, Apr 4, 2023 at 8:54 AM Divij Vaidya wrote: > Hi David Sorry to hear about your situation. You need a restart of all the > brokers. This is because to determine the group coordinator for a consumer > group, a formula is us