Re: [ANNOUNCE] Apache Kafka 3.5.2

2023-12-11 Thread Dima Brodsky
Hello, Is there a "git" issue with 3.5.2. When I look at github I see the 3.5.2 tag. But if I make the repo an upstream remote target I don't see 3.5.2. Any ideas what could be up? Thanks! ttyl Dima On Mon, Dec 11, 2023 at 3:36 AM Luke Chen wrote: > The Apache Kafka community is pleased to

[DISCUSS] KIP-1010: Topic Partition Quota

2023-12-11 Thread Afshin Moazami
Hi folks, I would like to propose a new feature to extend the quota management in Kafka to support topic-partition based quotas. The following is the link to the KIP https://cwiki.apache.org/confluence/display/KAFKA/KIP-1010%3A+Topic+Partition+Quota Best, Afshin Moazami

Extend DefaultReplicationPolicy for MirrorSourceConnector / MirrorMaker

2023-12-11 Thread astronaut37
Hi Guys, we have an already running Kakfa Connector Cluster. I want to add a MirrorSourceConnector with a custom replication policy: - curl --request POST \ --url http://localhost:9083/connectors \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data '{ "name

Re: [ANNOUNCE] Apache Kafka 3.5.2

2023-12-11 Thread Mickael Maison
Thanks for running the release, and thanks to all the contributors! Mickael On Mon, Dec 11, 2023 at 1:56 PM Josep Prat wrote: > > Thanks Luke for running the release! > > Best! > > On Mon, Dec 11, 2023 at 12:34 PM Luke Chen wrote: > > > The Apache Kafka community is pleased to announce the rele

Re: [ANNOUNCE] Apache Kafka 3.5.2

2023-12-11 Thread Josep Prat
Thanks Luke for running the release! Best! On Mon, Dec 11, 2023 at 12:34 PM Luke Chen wrote: > The Apache Kafka community is pleased to announce the release for > Apache Kafka 3.5.2 > > This is a bugfix release. It contains many bug fixes including > upgrades the Snappy and Rocksdb dependencies

[ANNOUNCE] Apache Kafka 3.5.2

2023-12-11 Thread Luke Chen
The Apache Kafka community is pleased to announce the release for Apache Kafka 3.5.2 This is a bugfix release. It contains many bug fixes including upgrades the Snappy and Rocksdb dependencies. All of the changes in this release can be found in the release notes: https://www.apache.org/dist/kafka

FW: Issue with "connections.max.idle.ms" property defined for admin client config in apache kafka version 3.3.1

2023-12-11 Thread Ankit Nigam
Hi Team, We are using Apache Kafka 3.3.1 in our application. Scenario - 1 --> We have created an Kafka admin client from our java application and have not configured the property "connections.max.idle.ms" so its default value which is 5 minutes is used. In the above scenario we see a port bei