Re: [SUSPECTED SPAM] Re: Critical bug in Kafka 2.8.1 | topic Id in memory: <> does not match the topic Id for partition <> provided in the request: <>.

2022-12-16 Thread Atul Kumar (atkumar3)
Hi Divij, Thanks for the reply! We were using the Kafka-manager tool (with an older Kafka client) which was the root cause of this issue. Regards,​ Atul From: Divij Vaidya Sent: 08 December 2022 17:55 To: atul.ku...@appdynamics.com.invalid Cc: users@kafka.a

Re: [VOTE] 3.3.2 RC0

2022-12-16 Thread Federico Valeri
Hi, I did the following to validate the release: - Checksums and signatures ok - Build from source using Java 17 and Scala 2.13 ok - Unit and integration tests ok - Quickstart in both ZK and KRaft modes ok - Test app with staging Maven artifacts ok Documentation still has 3.3.1 version references

__consumer_offsets & __transaction_state topics have ReplicationFactor: 1

2022-12-16 Thread Chris Peart
Hi, We have a kafka production cluster that was setup with the defaults for __consumer_offsets & __transaction_state topics. Is there a way to increase the replication factor from 1 to 3 using the kafka-reassign-partitions tool? We are also replacing our 4 brokers with new brokers, this h

Re: [VOTE] 3.3.2 RC0

2022-12-16 Thread jacob bogers
Hi, I have tried several times to unsub from d...@kafka.apache.org, but it just isnt working Can someone help me? cheers Jacob On Thu, Dec 15, 2022 at 5:37 PM Chris Egerton wrote: > Hello Kafka users, developers and client-developers, > > This is the first candidate for release of Apache Kafka

Re: Need clarity on a statement in the Upgrade path

2022-12-16 Thread Tom Cooper
Yes, the IBP is used a gate for certain features. Once you have brokers in your cluster using it, they might respond to requests using that version that require writing new formats to disk (among other behaviours). If you were then to introduce a broker that is using an older binary (through

Re: __consumer_offsets & __transaction_state topics have ReplicationFactor: 1

2022-12-16 Thread Andrew Grant
Hey Chris, I think you should be able to use the reassignment tool to add replicas. You should be able to do something similar to migrate the partitions away from the old brokers and onto the new ones and also increase the replication factor at the same time. I tested just increasing the replicatio

Re: __consumer_offsets & __transaction_state topics have ReplicationFactor: 1

2022-12-16 Thread Chris Peart
Hi Andrew, Thanks for the speedy reply, so do I just need to do this for partition 49? What about partitions 0-48, will these be covered by reassigning partition 49. Do I need to do this for the __transaction_state topics too? Many thanks, Chris > On 16 Dec 2022, at 4:17 pm, Andrew Grant wro

Re: [ANNOUNCE] New committer: Viktor Somogyi-Vass

2022-12-16 Thread Matthias J. Sax
Congrats! On 12/15/22 7:10 AM, Rajini Sivaram wrote: Congratulations, Viktor! Regards, Rajini On Thu, Dec 15, 2022 at 11:41 AM Ron Dagostino wrote: Congrats to you too, Victor! Ron On Dec 15, 2022, at 4:59 AM, Viktor Somogyi-Vass < viktor.somo...@cloudera.com.invalid> wrote: Thank

Re: [ANNOUNCE] New committer: Ron Dagostino

2022-12-16 Thread Matthias J. Sax
Congrats! On 12/15/22 7:09 AM, Rajini Sivaram wrote: Congratulations, Ron! Well deserved!! Regards, Rajini On Thu, Dec 15, 2022 at 11:42 AM Ron Dagostino wrote: Thank you, everyone! Ron On Dec 15, 2022, at 5:09 AM, Bruno Cadonna wrote: Congrats Ron! Best, Bruno On 15.12.22 10:23,

Re: [ANNOUNCE] New committer: Viktor Somogyi-Vass

2022-12-16 Thread Bill Bejeck
Congratulations, Viktor! -Bill On Fri, Dec 16, 2022 at 12:32 PM Matthias J. Sax wrote: > Congrats! > > On 12/15/22 7:10 AM, Rajini Sivaram wrote: > > Congratulations, Viktor! > > > > Regards, > > > > Rajini > > > > > > On Thu, Dec 15, 2022 at 11:41 AM Ron Dagostino > wrote: > > > >> Congrats t

Re: [ANNOUNCE] New committer: Ron Dagostino

2022-12-16 Thread Bill Bejeck
Congratulations, Ron! -Bill On Fri, Dec 16, 2022 at 12:33 PM Matthias J. Sax wrote: > Congrats! > > On 12/15/22 7:09 AM, Rajini Sivaram wrote: > > Congratulations, Ron! Well deserved!! > > > > Regards, > > > > Rajini > > > > On Thu, Dec 15, 2022 at 11:42 AM Ron Dagostino > wrote: > > > >> Than

Re: __consumer_offsets & __transaction_state topics have ReplicationFactor: 1

2022-12-16 Thread Andrew Grant
Hey Chris, You'd need to do the same for all partitions. I just showed partition 49 as an example - I picked 49 because when I ran a describe it showed up at the bottom of my terminal :) You could do all the partitions in the same reassignment. In that JSON I just put partition 49 but you could ad

Re: [ANNOUNCE] New committer: Ron Dagostino

2022-12-16 Thread Ron Dagostino
Thanks again, everyone! Ron > On Dec 16, 2022, at 12:37 PM, Bill Bejeck wrote: > > Congratulations, Ron! > > -Bill > >> On Fri, Dec 16, 2022 at 12:33 PM Matthias J. Sax wrote: >> >> Congrats! >> >>> On 12/15/22 7:09 AM, Rajini Sivaram wrote: >>> Congratulations, Ron! Well deserved!! >>>

Re: [ANNOUNCE] New committer: Ron Dagostino

2022-12-16 Thread Raymond Ng
Congratulations, Ron! /Ray On Fri, Dec 16, 2022 at 3:04 PM Ron Dagostino wrote: > Thanks again, everyone! > > Ron > > > On Dec 16, 2022, at 12:37 PM, Bill Bejeck wrote: > > > > Congratulations, Ron! > > > > -Bill > > > >> On Fri, Dec 16, 2022 at 12:33 PM Matthias J. Sax > wrote: > >> > >> Co

Re: __consumer_offsets & __transaction_state topics have ReplicationFactor: 1

2022-12-16 Thread Chris Peart
Hi Andrew, Would you be able to provide an example of the json with all the partitions in please, I tried this on our dev cluster but it didn’t work. Many Thanks, Chris > On 16 Dec 2022, at 9:03 pm, Andrew Grant wrote: > > Hey Chris, > > You'd need to do the same for all partitions. I just