[GitHub] [kafka-site] jsancio opened a new pull request, #455: MINOR; Document the 3.3.1 Release

2022-09-30 Thread GitBox
jsancio opened a new pull request, #455: URL: https://github.com/apache/kafka-site/pull/455 Change the top level documentation to link to the 3.3 documentation. Change the 3.2 document to indicate that it not the latest documentation. Update the downloads page to include

[jira] [Created] (KAFKA-14272) Consumer metrics being double emitted

2022-09-30 Thread Guilherme (Jira)
Guilherme created KAFKA-14272: - Summary: Consumer metrics being double emitted Key: KAFKA-14272 URL: https://issues.apache.org/jira/browse/KAFKA-14272 Project: Kafka Issue Type: Bug

Re: [VOTE] 3.3.1 RC0

2022-09-30 Thread John Roesler
Hi José, I verified the signatures and ran all the unit tests, as well as the Streams integration tests with: > ./gradlew -version > > > Gradle 7.4.2 > > > Build time:

KIP-873: ExceptionHandlingDeserializer, RetryDeserializer, PipeSerializer, PipeDeserializer

2022-09-30 Thread Collins, Alex
I’ve created a new KIP: https://cwiki.apache.org/confluence/x/PYvGDQ Please can I ask for help writing so it is easy to understand? Alex

[jira] [Created] (KAFKA-14271) Topic recreation fails in KRaft mode when topic contains collidable characters

2022-09-30 Thread Jeffrey Tolar (Jira)
Jeffrey Tolar created KAFKA-14271: - Summary: Topic recreation fails in KRaft mode when topic contains collidable characters Key: KAFKA-14271 URL: https://issues.apache.org/jira/browse/KAFKA-14271

[GitHub] [kafka-site] jsancio merged pull request #454: MINOR; Update Kafka 3.3 Java Docs

2022-09-30 Thread GitBox
jsancio merged PR #454: URL: https://github.com/apache/kafka-site/pull/454 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [VOTE] 3.3.1 RC0

2022-09-30 Thread Bill Bejeck
Hi, I did the following to validate the release: 1. Validated all checksums, signatures 2. Built from source and ran all the unit tests 3. Ran the ZK and KRaft quickstart 4. Ran the Raft single quorum test 5. Ran the Kafka Streams quick start +1(binding) pending successful system

[jira] [Resolved] (KAFKA-14174) Operation documentation for KRaft

2022-09-30 Thread Jose Armando Garcia Sancio (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jose Armando Garcia Sancio resolved KAFKA-14174. Resolution: Fixed > Operation documentation for KRaft >

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

2022-09-30 Thread Apache Jenkins Server
See

[GitHub] [kafka-site] jsancio opened a new pull request, #454: MINOR; Update Kafka 3.3 Java Docs

2022-09-30 Thread GitBox
jsancio opened a new pull request, #454: URL: https://github.com/apache/kafka-site/pull/454 Did the following: ``` git checkout 3.3.1-rc0 ./gradlew clean aggregatedJavadoc cp -r build/docs/javadoc ../kafka-site/33/ ``` -- This is an automated message from the Apache Git

Re: [DISCUSS] KIP-872: Add Serializer#serializeToByteBuffer() to reduce memory copying

2022-09-30 Thread ShunKang Lin
Hi Divij Vaidya, 3. Sounds good, but `ByteBuffer#asReadOnlyBuffer()` returns a read-only `ByteBuffer` which `ByteBuffer#hasArray()` returns false, then it will make `Utils#writeTo(DataOutput, ByteBuffer, int)` perform efficiently Lower (called in `DefaultRecord#writeTo(DataOutputStream, int,

Jenkins build is unstable: Kafka » Kafka Branch Builder » trunk #1266

2022-09-30 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-14270) Kafka Streams logs exception on startup

2022-09-30 Thread Oliver Eikemeier (Jira)
Oliver Eikemeier created KAFKA-14270: Summary: Kafka Streams logs exception on startup Key: KAFKA-14270 URL: https://issues.apache.org/jira/browse/KAFKA-14270 Project: Kafka Issue Type:

Re: [VOTE] 3.3.1 RC0

2022-09-30 Thread David Jacot
Hey, I performed the following validations: * Verified all checksums and signatures. * Built from source and ran unit tests. * Ran the first quickstart steps for both ZK and KRaft. * Spotchecked the Javadocs. I am +1 (binding), assuming that the system tests look good. Thanks for running the

[jira] [Created] (KAFKA-14269) Partition Assignment Strategy - Topic Round Robin Assignor

2022-09-30 Thread Mathieu Amblard (Jira)
Mathieu Amblard created KAFKA-14269: --- Summary: Partition Assignment Strategy - Topic Round Robin Assignor Key: KAFKA-14269 URL: https://issues.apache.org/jira/browse/KAFKA-14269 Project: Kafka