[GitHub] kafka pull request: KAFKA-3461: Fix typos in Kafka web documentati...
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/kafka/pull/1138 KAFKA-3461: Fix typos in Kafka web documentations. This PR fixes 8 typos in HTML files of `docs` module. I wrote explicitly here since Github sometimes does not highlight the corrections on long lines correctly. - docs/api.html: compatability => compatibility - docs/connect.html: simultaneoulsy => simultaneously - docs/implementation.html: LATIEST_TIME => LATEST_TIME, nPartions => nPartitions - docs/migration.html: Decomission => Decommission - docs/ops.html: stoping => stopping, ConumserGroupCommand => ConsumerGroupCommand, youre => you're You can merge this pull request into a Git repository by running: $ git pull https://github.com/dongjoon-hyun/kafka KAFKA-3461 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1138.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1138 commit 6f29291cb3b91d2098e3a65715fd42f826c4bcec Author: Dongjoon Hyun Date: 2016-03-25T00:25:17Z KAFKA-3461: Fix typos in Kafka web documentations. This PR fixes 8 typos in HTML files of `docs` module. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
Re: [VOTE] 3.1.1 RC0
Hi, All. It seems that Apache Kafka 3.2.0 RC0 vote started already instead of Apache Kafka 3.1.1 release. Does Apache Kafka community recommend to use Apache Kafka 3.2.0 instead of Apache Kafka 3.1.1? Dongjoon. On 2022/04/14 01:00:40 Ismael Juma wrote: > I added a comment to that PR. Let's figure out if we need an additional > change before doing the next RC. > > Ismael > > On Tue, Apr 12, 2022 at 7:47 PM Luke Chen wrote: > > > Thanks for pointing that out, David. > > +1 to include this PR since we've already included the first fix for > > KAFKA-13794, and this is a follow up fix for it. > > > > Thank you. > > Luke > > > > On Wed, Apr 13, 2022 at 2:31 AM David Jacot > > wrote: > > > > > Hi Tom, > > > > > > Thanks for running the release. I wonder if we should include: > > > > > > > > https://github.com/apache/kafka/commit/134c432d6452de1bfb99d0f6b455a58c16bc626a > > > . > > > > > > This is a follow up of KAFKA-13794. What do you think? > > > > > > Best, > > > David > > > > > > On Fri, Apr 8, 2022 at 6:18 PM Tom Bentley wrote: > > > > > > > > Hello Kafka users, developers and client-developers, > > > > > > > > This is the first candidate for release of Apache Kafka 3.1.1. > > > > > > > > Apache Kafka 3.1.1 is a bugfix release and 29 issues have been fixed > > > > since 3.1.0. > > > > > > > > Release notes for the 3.1.1 release: > > > > https://home.apache.org/~tombentley/kafka-3.1.1-rc0/RELEASE_NOTES.html > > > > > > > > *** Please download, test and vote by Friday 15 April, 12:00 UTC > > > > > > > > Kafka's KEYS file containing PGP keys we use to sign the release: > > > > https://kafka.apache.org/KEYS > > > > > > > > * Release artifacts to be voted upon (source and binary): > > > > https://home.apache.org/~tombentley/kafka-3.1.1-rc0/ > > > > > > > > * Maven artifacts to be voted upon: > > > > https://repository.apache.org/content/groups/staging/org/apache/kafka/ > > > > > > > > * Javadoc: > > > > https://home.apache.org/~tombentley/kafka-3.1.1-rc0/javadoc/ > > > > > > > > * Tag to be voted upon (off 3.1 branch) is the 3.1.1 tag: > > > > https://github.com/apache/kafka/releases/tag/3.1.1-rc0 > > > > > > > > * Documentation: > > > > https://kafka.apache.org/31/documentation.html > > > > > > > > * Protocol: > > > > https://kafka.apache.org/31/protocol.html > > > > > > > > * Successful Jenkins builds for the 3.1 branch: > > > > I will share a link one the build is complete. > > > > > > > > /** > > > > > > > > Thanks, > > > > > > > > Tom > > > > > >
Re: [VOTE] 3.1.1 RC0
Thank you for the recommendation and the releasing, Tom and Ismael. There are some concerns about Apache Kafka 3.1.x still in the Apache Spark dev mailing list. I'm going to proceed to test new Apache Kafka 3.1.1 RC1 in Apache Spark 3.3.0 preparation. Thanks, Dongjoon. On 2022/04/28 14:05:49 Ismael Juma wrote: > Hi Tom, > > I merged and cherry-picked the fix. > > Ismael > > On Thu, Apr 28, 2022 at 12:33 AM Tom Bentley wrote: > > > Hi Dongjoon, > > > > I apologise, I should have been a bit more communicative. I was waiting for > > a better fix to the issue previously highlighted by David. Ismael has > > kindly provided a patch [1], so I will roll RC1 once this is merged and > > cherry-picked. > > > > Kind regards, > > > > Tom > > > > [1]: https://github.com/apache/kafka/pull/12096 > > > > > > On Thu, 28 Apr 2022 at 04:38, Luke Chen wrote: > > > > > Hi Dongjoon, > > > > > > The Apache Kafka community doesn't recommend users to use which version > > of > > > Kafka. > > > The 2 releases v3.1.1 and v3.2.0 are running in parallel, and we don't > > > guarantee which version will be released earlier. > > > > > > Thank you. > > > Luke > > > > > > > > > > > > > > > On Thu, Apr 28, 2022 at 4:54 AM Dongjoon Hyun > > wrote: > > > > > > > Hi, All. > > > > > > > > It seems that Apache Kafka 3.2.0 RC0 vote started already instead of > > > > Apache Kafka 3.1.1 release. > > > > > > > > Does Apache Kafka community recommend to use Apache Kafka 3.2.0 instead > > > of > > > > Apache Kafka 3.1.1? > > > > > > > > Dongjoon. > > > > > > > > On 2022/04/14 01:00:40 Ismael Juma wrote: > > > > > I added a comment to that PR. Let's figure out if we need an > > additional > > > > > change before doing the next RC. > > > > > > > > > > Ismael > > > > > > > > > > On Tue, Apr 12, 2022 at 7:47 PM Luke Chen wrote: > > > > > > > > > > > Thanks for pointing that out, David. > > > > > > +1 to include this PR since we've already included the first fix > > for > > > > > > KAFKA-13794, and this is a follow up fix for it. > > > > > > > > > > > > Thank you. > > > > > > Luke > > > > > > > > > > > > On Wed, Apr 13, 2022 at 2:31 AM David Jacot > > > > > > > > > > wrote: > > > > > > > > > > > > > Hi Tom, > > > > > > > > > > > > > > Thanks for running the release. I wonder if we should include: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > https://github.com/apache/kafka/commit/134c432d6452de1bfb99d0f6b455a58c16bc626a > > > > > > > . > > > > > > > > > > > > > > This is a follow up of KAFKA-13794. What do you think? > > > > > > > > > > > > > > Best, > > > > > > > David > > > > > > > > > > > > > > On Fri, Apr 8, 2022 at 6:18 PM Tom Bentley > > > > wrote: > > > > > > > > > > > > > > > > Hello Kafka users, developers and client-developers, > > > > > > > > > > > > > > > > This is the first candidate for release of Apache Kafka 3.1.1. > > > > > > > > > > > > > > > > Apache Kafka 3.1.1 is a bugfix release and 29 issues have been > > > > fixed > > > > > > > > since 3.1.0. > > > > > > > > > > > > > > > > Release notes for the 3.1.1 release: > > > > > > > > > > > > https://home.apache.org/~tombentley/kafka-3.1.1-rc0/RELEASE_NOTES.html > > > > > > > > > > > > > > > > *** Please download, test and vote by Friday 15 April, 12:00 > > UTC > > > > > > > > > > > > > > > > Kafka's KEYS file containing PGP keys we use to sign the > > release: > > > > > > > > https://kafka.apache.org/KEYS > > > > > > > > > > > > > > > > * Release artifacts to be voted upon (source and binary): > > > > > > > > https://home.apache.org/~tombentley/kafka-3.1.1-rc0/ > > > > > > > > > > > > > > > > * Maven artifacts to be voted upon: > > > > > > > > > > > > https://repository.apache.org/content/groups/staging/org/apache/kafka/ > > > > > > > > > > > > > > > > * Javadoc: > > > > > > > > https://home.apache.org/~tombentley/kafka-3.1.1-rc0/javadoc/ > > > > > > > > > > > > > > > > * Tag to be voted upon (off 3.1 branch) is the 3.1.1 tag: > > > > > > > > https://github.com/apache/kafka/releases/tag/3.1.1-rc0 > > > > > > > > > > > > > > > > * Documentation: > > > > > > > > https://kafka.apache.org/31/documentation.html > > > > > > > > > > > > > > > > * Protocol: > > > > > > > > https://kafka.apache.org/31/protocol.html > > > > > > > > > > > > > > > > * Successful Jenkins builds for the 3.1 branch: > > > > > > > > I will share a link one the build is complete. > > > > > > > > > > > > > > > > /** > > > > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > > > Tom > > > > > > > > > > > > > > > > > > > > > > > > > > > >
Re: [VOTE] 3.1.1 RC1
+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 docs/documentations > > +1 (non-binding) > > Thanks for running the release. > > Luke > > On Thu, May 5, 2022 at 12:43 AM Bill Bejeck wrote: > > > Hi Tom, > > > > Thanks for running the release! > > > > I did the following checks: > > > >1. Validated all the checksum and signatures > >2. Built from source and ran the unit tests (Java 11) > >3. Ran the quickstart and the Kafka Streams demo (Java 11) > >4. Did a quick scan of the Javadoc and the documentation > > > > I noticed the same issues as Mickael on the website, but otherwise, it > > looks good. > > +1 (binding) > > > > Thanks, > > Bill > > > > On Tue, May 3, 2022 at 10:17 AM Jakub Scholz wrote: > > > > > +1 (non-binding). I used the Scala 2.13 binaries and staged Maven > > artifacts > > > and ran various tests with them. Thanks for doing the release. > > > > > > Jakub > > > > > > On Fri, Apr 29, 2022 at 8:16 PM Mickael Maison > > > wrote: > > > > > > > Hi Tom, > > > > > > > > Thanks for running this release! > > > > > > > > I've done the following: > > > > - Checked signatures and checksums > > > > - Checked javadocs/maven artifacts > > > > - Built from source and run all tests with Java 11 > > > > - Ran quickstart on Scala 2.13 artifact with Java 11 > > > > > > > > It looks like the website has not been updated yet, I still only see > > > > 3.1.0. When you'll add 3.1.1, let's make sure we mention reload4j in > > > > the notable changes section. > > > > > > > > +1 (binding) > > > > > > > > Thanks, > > > > Mickael > > > > > > > > > > > > > > > > On Fri, Apr 29, 2022 at 11:12 AM Tom Bentley > > > wrote: > > > > > > > > > > Hello Kafka users, developers and client-developers, > > > > > > > > > > This is the first candidate for release of Apache Kafka 3.1.1. > > > > > > > > > > Apache Kafka 3.1.1 is a bugfix release and 30 issues have been fixed > > > > > since 3.1.0. > > > > > > > > > > Release notes for the 3.1.1 release: > > > > > > > https://home.apache.org/~tombentley/kafka-3.1.1-rc1/RELEASE_NOTES.html > > > > > > > > > > *** Please download, test and vote by 09:00 UTC, Friday 6th May > > > > > > > > > > Kafka's KEYS file containing PGP keys we use to sign the release: > > > > > https://kafka.apache.org/KEYS > > > > > > > > > > * Release artifacts to be voted upon (source and binary): > > > > > https://home.apache.org/~tombentley/kafka-3.1.1-rc1/ > > > > > > > > > > * Maven artifacts to be voted upon: > > > > > > > https://repository.apache.org/content/groups/staging/org/apache/kafka/ > > > > > > > > > > * Javadoc: > > > > > https://home.apache.org/~tombentley/kafka-3.1.1-rc1/javadoc/ > > > > > > > > > > * Tag to be voted upon (off 3.1 branch) is the 3.1.1 tag: > > > > > https://github.com/apache/kafka/releases/tag/3.1.1-rc1 > > > > > > > > > > * Documentation: > > > > > https://kafka.apache.org/31/documentation.html > > > > > > > > > > * Protocol: > > > > > https://kafka.apache.org/31/protocol.html > > > > > > > > > > * Successful Jenkins builds for the 3.1 branch: > > > > > I will share a link one the build is complete. > > > > > > > > > > /** > > > > > > > > > > Thanks, > > > > > Tom > > > > > > > > > >
Re: [VOTE] 3.1.1 RC1
Hi, Tom. Could you conclude this vote as a release manager? :) Dongjoon. On 2022/05/06 13:31:15 Michal Tóth wrote: > Hello > > I have executed some produce/consume system tests which all passed. > Also everything passed from https://github.com/tombentley/kafka-verify-rc > - checking signatures, checksums, with gradle unit & integration tests, etc. > > Good from me (non-binding). > > > > pi 6. 5. 2022 o 14:30 David Jacot napísal(a): > > > Thanks for running the release, Tom. > > > > 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 noticed the same issues as others on the website. I checked > > the doc in git and it looks good. > > > > +1 (binding) > > > > Best, > > David > > > > On Thu, May 5, 2022 at 7:52 PM Dongjoon Hyun wrote: > > > > > > +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 docs/documentations > > > > > > > > +1 (non-binding) > > > > > > > > Thanks for running the release. > > > > > > > > Luke > > > > > > > > On Thu, May 5, 2022 at 12:43 AM Bill Bejeck > > wrote: > > > > > > > > > Hi Tom, > > > > > > > > > > Thanks for running the release! > > > > > > > > > > I did the following checks: > > > > > > > > > >1. Validated all the checksum and signatures > > > > >2. Built from source and ran the unit tests (Java 11) > > > > >3. Ran the quickstart and the Kafka Streams demo (Java 11) > > > > >4. Did a quick scan of the Javadoc and the documentation > > > > > > > > > > I noticed the same issues as Mickael on the website, but otherwise, > > it > > > > > looks good. > > > > > +1 (binding) > > > > > > > > > > Thanks, > > > > > Bill > > > > > > > > > > On Tue, May 3, 2022 at 10:17 AM Jakub Scholz > > wrote: > > > > > > > > > > > +1 (non-binding). I used the Scala 2.13 binaries and staged Maven > > > > > artifacts > > > > > > and ran various tests with them. Thanks for doing the release. > > > > > > > > > > > > Jakub > > > > > > > > > > > > On Fri, Apr 29, 2022 at 8:16 PM Mickael Maison < > > mimai...@apache.org> > > > > > > wrote: > > > > > > > > > > > > > Hi Tom, > > > > > > > > > > > > > > Thanks for running this release! > > > > > > > > > > > > > > I've done the following: > > > > > > > - Checked signatures and checksums > > > > > > > - Checked javadocs/maven artifacts > > > > > > > - Built from source and run all tests with Java 11 > > > > > > > - Ran quickstart on Scala 2.13 artifact with Java 11 > > > > > > > > > > > > > > It looks like the website has not been updated yet, I still only > > see > > > > > > > 3.1.0. When you'll add 3.1.1, let's make sure we mention > > reload4j in > > > > > > > the notable changes section. > > > > > > > > > > > > > > +1 (binding) > > > > > > > > > > > > > > Thanks, > > > > > > > Mickael > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Fri, Apr 29, 2022 at 11:12 AM Tom Bentley < > > tbent...@redhat.com> > > > > > > wrote: > > > > > > > > > > > > > > > > Hello Kafka users, developers and client-developers, > > > > > > > > > > > > > &g
Re: [VOTE] 3.1.1 RC1
Thank you for sharing your assessment, Tom and Chris. Apache Spark community had a discussion thread on March. https://lists.apache.org/thread/yq6f5gv7gtdbk1ynwpd9hnc547bgz03m "[DISCUSS] Migration guide on upgrading Kafka to 3.1 in Spark 3.3" As a person who initiated that upgrade via SPARK-36837, I need to answer it before Apache Spark 3.3 RC2. In the worst case, Apache Spark community may decide to wait for next Kafka versions instead of upgrading. Thank you again all people to help this release! Bests, Dongjoon. On 2022/05/12 01:39:16 Chris Egerton wrote: > It's worth noting that one of the most frequent offenders > (RebalanceSourceConnectorsIntegrationTest.testDeleteConnector), which > failed in five of the nine runs from 111 through 119, is actually disabled > on 3.2 and trunk as it's caused by a known and not-yet-addressed bug in > rebalancing logic. Since it's not a regression we can safely ignore those > failures, but if we plan on putting out another 3.1 release we should > probably disable that test on 3.1 as well. > > On Wed, May 11, 2022 at 3:32 AM Tom Bentley wrote: > > > Hi Dongjoon, > > > > I've been trying to get a green build of the 3.1 branch from Jenkins ( > > https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.1/) since my > > original email promised to provide this. Individually each stage between > > builds 111 and 119 has passed in at least one run, but there have been no > > runs where all stages have passed. > > > > However, as you note, the vote has the necessary 3 binding votes, so > > assuming the voters don't wish to change their votes I can proceed with the > > release. If this is not the case please respond on the thread. If I hear > > nothing in the next 24 hours I will assume the voters are OK with this and > > proceed with the rest of the release process. > > > > Apologies for the delay, > > > > Kind regards, > > > > Tom > > > > > > On Wed, 11 May 2022 at 08:15, Dongjoon Hyun wrote: > > > > > Hi, Tom. > > > > > > Could you conclude this vote as a release manager? :) > > > > > > Dongjoon. > > > > > > On 2022/05/06 13:31:15 Michal Tóth wrote: > > > > Hello > > > > > > > > I have executed some produce/consume system tests which all passed. > > > > Also everything passed from > > > https://github.com/tombentley/kafka-verify-rc > > > > - checking signatures, checksums, with gradle unit & integration tests, > > > etc. > > > > > > > > Good from me (non-binding). > > > > > > > > > > > > > > > > pi 6. 5. 2022 o 14:30 David Jacot > > > napísal(a): > > > > > > > > > Thanks for running the release, Tom. > > > > > > > > > > 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 noticed the same issues as others on the website. I checked > > > > > the doc in git and it looks good. > > > > > > > > > > +1 (binding) > > > > > > > > > > Best, > > > > > David > > > > > > > > > > On Thu, May 5, 2022 at 7:52 PM Dongjoon Hyun > > > wrote: > > > > > > > > > > > > +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 docs/documentations > > > > > > > > > > > > > > +1 (non-binding) > > > > > > > > > > > > > > Thanks for running the release. > > > > > > > > > > > > > > Luke > > > > > > > > > > > > &g
Re: [VOTE] 3.2.1 RC3
+1 (non-binding) I tested with Apache Spark 3.4.0-SNAPSHOT. https://github.com/apache/spark/pull/37261 [SPARK-39848][BUILD] Upgrade Kafka to 3.2.1 Dongjoon. On 2022/07/23 15:22:12 Federico Valeri wrote: > gpg: Good signature from "David Arthur (CODE SIGNING KEY) > " [unknown] > > /tmp/tmp.lRpAY/kafka-3.2.1-src.tgz.sha512: OK > > Build using Gradle 7.3.3, Java 11 and Scala 2.13.8 > BUILD SUCCESSFUL in 5m 34s > > Unit and integration tests: > BUILD SUCCESSFUL in 37m 47s > > I also used Scala 2.13 binaries and staged Maven artifacts to run some > client applications. > > +1 (non binding) > > Thanks > > > On Fri, Jul 22, 2022 at 4:21 PM Christopher Shannon > wrote: > > > > +1 (non binding) > > > > I built from source and ran through some of the tests including all the > > connect runtime tests. I verified that KAFKA-14079 was included and the fix > > looked good in my tests. > > > > On Thu, Jul 21, 2022 at 9:15 PM David Arthur wrote: > > > > > Hello Kafka users, developers and client-developers, > > > > > > This is the first release candidate of Apache Kafka 3.2.1. > > > > > > This is a bugfix release with several fixes since the release of 3.2.0. A > > > few of the major issues include: > > > > > > * KAFKA-14062 OAuth client token refresh fails with SASL extensions > > > * KAFKA-14079 Memory leak in connectors using errors.tolerance=all > > > * KAFKA-14024 Cooperative rebalance regression causing clients to get > > > stuck > > > > > > > > > Release notes for the 3.2.1 release: > > > https://home.apache.org/~davidarthur/kafka-3.2.1-rc3/RELEASE_NOTES.html > > > > > > > > > > > > Please download, test and vote by Wednesday July 27, 2022 at 17:00 > > > PT. > > > > > > Kafka's KEYS file containing PGP keys we use to sign the release: > > > https://kafka.apache.org/KEYS > > > > > > Release artifacts to be voted upon (source and binary): > > > https://home.apache.org/~davidarthur/kafka-3.2.1-rc3/ > > > > > > Maven artifacts to be voted upon: > > > https://repository.apache.org/content/groups/staging/org/apache/kafka/ > > > > > > Javadoc: https://home.apache.org/~davidarthur/kafka-3.2.1-rc3/javadoc/ > > > > > > Tag to be voted upon (off 3.2 branch) is the 3.2.1 tag: > > > https://github.com/apache/kafka/releases/tag/3.2.1-rc3 > > > > > > Documentation: https://kafka.apache.org/32/documentation.html > > > > > > Protocol: https://kafka.apache.org/32/protocol.html > > > > > > > > > The past few builds have had flaky test failures. I will update this > > > thread > > > with passing build links soon. > > > > > > Unit/Integration test job: > > > https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.2/ > > > System test job: > > > https://jenkins.confluent.io/job/system-test-kafka/job/3.2/ > > > > > > > > > Thanks! > > > David Arthur > > > >
[jira] [Created] (KAFKA-3461) Fix typos in Kafka web documentations
Dongjoon Hyun created KAFKA-3461: Summary: Fix typos in Kafka web documentations Key: KAFKA-3461 URL: https://issues.apache.org/jira/browse/KAFKA-3461 Project: Kafka Issue Type: Bug Components: website Reporter: Dongjoon Hyun Priority: Trivial This issue fixes the following typos. * docs/api.html: compatability => compatibility * docs/connect.html: simultaneoulsy => simultaneously * docs/implementation.html: LATIEST_TIME => LATEST_TIME, nPartions => nPartitions * docs/migration.html: Decomission => Decommission * docs/ops.html: stoping => stopping, ConumserGroupCommand => ConsumerGroupCommand, youre => you're -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (KAFKA-12442) Upgrade ZSTD JNI from 1.4.8-4 to 1.4.9-1
Dongjoon Hyun created KAFKA-12442: - Summary: Upgrade ZSTD JNI from 1.4.8-4 to 1.4.9-1 Key: KAFKA-12442 URL: https://issues.apache.org/jira/browse/KAFKA-12442 Project: Kafka Issue Type: Improvement Components: build Affects Versions: 2.8.0 Reporter: Dongjoon Hyun -- This message was sent by Atlassian Jira (v8.3.4#803005)