Re: [VOTE] KIP-794: Strictly Uniform Sticky Partitioner

2022-05-05 Thread Guozhang Wang
Awesome, thanks! +1 from me as well. On Thu, May 5, 2022 at 5:50 PM Artem Livshits wrote: > Hi Guozhang, > > The current DefaultStreamPartitioner behavior is not changed by this KIP, > so I think we can track it separately. I've created a ticket: >

Re: The latest version of Kafka 3.1.0 does not support Ubuntu 14 04? The Java client cannot send a message

2022-05-05 Thread Luke Chen
Hi zw, I think Kafka should be able to run under any Linux environment. Could you share the client/broker logs for troubleshooting? Thank you. Luke On Thu, May 5, 2022 at 10:13 PM zw wrote: > Hello! My English is not very good, please forgive me. > The questions are as follows: > Install

Re: There is the mistake on kafka.apache.org

2022-05-05 Thread Luke Chen
Hi Emily, Thanks for reporting the issue. But the doc you referred to is for Kafka v0.8. This issue has been fixed in later versions (PR: https://github.com/apache/kafka/pull/2010) So, you can just check the latest version of documentation. Of course, if you're interested, welcome to submit a PR

[jira] [Resolved] (KAFKA-13854) Refactor ApiVersion to MetadataVersion

2022-05-05 Thread dengziming (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dengziming resolved KAFKA-13854. Resolution: Fixed > Refactor ApiVersion to MetadataVersion >

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #909

2022-05-05 Thread Apache Jenkins Server
See

Re: [VOTE] KIP-794: Strictly Uniform Sticky Partitioner

2022-05-05 Thread Artem Livshits
Hi Guozhang, The current DefaultStreamPartitioner behavior is not changed by this KIP, so I think we can track it separately. I've created a ticket: https://issues.apache.org/jira/browse/KAFKA-13880. -Artem On Thu, May 5, 2022 at 10:24 AM Guozhang Wang wrote: > Hello Artem, > > Thanks for

[jira] [Created] (KAFKA-13880) DefaultStreamPartitioner may get "stuck" to one partition for unkeyed messages

2022-05-05 Thread Artem Livshits (Jira)
Artem Livshits created KAFKA-13880: -- Summary: DefaultStreamPartitioner may get "stuck" to one partition for unkeyed messages Key: KAFKA-13880 URL: https://issues.apache.org/jira/browse/KAFKA-13880

Re: [DISCUSS] KIP-833: Mark KRaft as Production Ready

2022-05-05 Thread Israel Ekpo
Thanks Colin. I think we may need to update the KIP name to reflect the intent of the KIP and convey everything it’s about if all the 3 action items will be covered by the same KIP It contains three parts: Marking KRraft as Production Ready Deprecating ZK Mode and Removing Zookeeper Mode

Re: [DISCUSS] KIP-832 Allow creating a producer/consumer using a producer/consumer config

2022-05-05 Thread François Rosière
Hello Bruno, The KIP as been updated. Feel free to give more feedbacks and I will complete accordingly. Kr, F. Le jeu. 5 mai 2022 à 22:22, Bruno Cadonna a écrit : > Hi Francois, > > Thanks for the KIP! > > Here my first feedback: > > 1. Could you please extend the motivation section, so that

Re: [DISCUSS] KIP-832 Allow creating a producer/consumer using a producer/consumer config

2022-05-05 Thread Bruno Cadonna
Hi Francois, Thanks for the KIP! Here my first feedback: 1. Could you please extend the motivation section, so that it is clear for a non-Spring dev why the change is needed? Usually, a motivation section benefits a lot from an actual example. Extending the motivation section would also make

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.1 #112

2022-05-05 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-13879) Exponential backoff for reconnect does not work

2022-05-05 Thread Chern Yih Cheah (Jira)
Chern Yih Cheah created KAFKA-13879: --- Summary: Exponential backoff for reconnect does not work Key: KAFKA-13879 URL: https://issues.apache.org/jira/browse/KAFKA-13879 Project: Kafka Issue

Re: [VOTE] 3.1.1 RC1

2022-05-05 Thread Dongjoon Hyun
+1 (non-binding) RC1 was tested with Apache Spark tests - https://github.com/apache/spark/pull/36135 Thanks, Dongjoon. On 2022/05/05 03:25:25 Luke Chen wrote: > Hi Tom, > > I did: > 1. check the signature and checksums > 2. ran quick start with java17 + sacla2.12 > 3. browse java

Re: [VOTE] KIP-794: Strictly Uniform Sticky Partitioner

2022-05-05 Thread Guozhang Wang
Hello Artem, Thanks for proposing this KIP. I took a look at the current PR and also thought about its implications on Kafka Streams. Here are some thoughts: Today Kafka Streams use an explicit Partitioner --- note it is not implementing the Producer's Partitioner --- to determine the partition

Re: [DISCUSS] KIP-833: Mark KRaft as Production Ready

2022-05-05 Thread Colin McCabe
Hi all, Thanks for the comments. I agree that we should split out declaring KRaft going production for new clusters from deprecating ZK. We can do the former in the next release, 3.3, and the latter in the release after that, 3.4. I also talked offline with some of the people working on

[jira] [Created] (KAFKA-13878) Connect deadlock in WorkerConnector on desired state change

2022-05-05 Thread Greg Harris (Jira)
Greg Harris created KAFKA-13878: --- Summary: Connect deadlock in WorkerConnector on desired state change Key: KAFKA-13878 URL: https://issues.apache.org/jira/browse/KAFKA-13878 Project: Kafka

[jira] [Created] (KAFKA-13877) Flaky RackAwarenessIntegrationTest.shouldDistributeStandbyReplicasOverMultipleClientTags

2022-05-05 Thread Guozhang Wang (Jira)
Guozhang Wang created KAFKA-13877: - Summary: Flaky RackAwarenessIntegrationTest.shouldDistributeStandbyReplicasOverMultipleClientTags Key: KAFKA-13877 URL: https://issues.apache.org/jira/browse/KAFKA-13877

There is the mistake on kafka.apache.org

2022-05-05 Thread Emily Kelly
Hi! After looking at your website I have found a broken link that needs rectifying. The page the link is on is: kafka.apache.org/08/documentation.html The broken link is: westnet.com/~gsmith/content/linux-pdflush.htm The broken link needs to be replaced with:

[jira] [Created] (KAFKA-13876) Mirrormaker-2 consumer settings not working

2022-05-05 Thread Christian Bates (Jira)
Christian Bates created KAFKA-13876: --- Summary: Mirrormaker-2 consumer settings not working Key: KAFKA-13876 URL: https://issues.apache.org/jira/browse/KAFKA-13876 Project: Kafka Issue

The latest version of Kafka 3.1.0 does not support Ubuntu 14 04? The Java client cannot send a message

2022-05-05 Thread zw
Hello! My English is not very good, please forgive me. The questions are as follows: Install Kafka under Ubuntu 14.04.5 LTS_ 2.12-3.1.0. The service can be started normally under the default configuration, but when sending messages using java clients (Kafka clients), you can see that the server

Re: [Discuss] KIP-581: Value of optional null field which has default value

2022-05-05 Thread Cheng Pan
Update PR links [1] https://github.com/apache/kafka/pull/12126 On 2022/05/05 13:16:59 Cheng Pan wrote: > Hi Mickael, > > Thanks for ping me. > > I updated the KIP-581 description to narrow the change scope to address this > specific issue, and raised a WIP PR[1] to implement it. > > Please

Re: [Discuss] KIP-581: Value of optional null field which has default value

2022-05-05 Thread Cheng Pan
Hi Mickael, Thanks for ping me. I updated the KIP-581 description to narrow the change scope to address this specific issue, and raised a WIP PR[1] to implement it. Please let me know if you have any concerns. [1] https://github.com/apache/kafka/pull/8575 Thanks, Cheng Pan On 2022/05/02

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.1 #111

2022-05-05 Thread Apache Jenkins Server
See

Re: [VOTE] 3.2.0 RC1

2022-05-05 Thread Jakub Scholz
+1 (non-binding). I used the Scala 2.13 binaries and the staged Maven artifacts and ran various tests with them. Thanks for doing the release. Jakub On Tue, May 3, 2022 at 4:07 PM Bruno Cadonna wrote: > Hello Kafka users, developers and client-developers, > > This is the second candidate for