[
https://issues.apache.org/jira/browse/KAFKA-13136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508032#comment-17508032
]
raphaelauv commented on KAFKA-13136:
thank you very much for that explaination , it'
[
https://issues.apache.org/jira/browse/KAFKA-13136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508032#comment-17508032
]
raphaelauv edited comment on KAFKA-13136 at 3/17/22, 8:01 AM:
[
https://issues.apache.org/jira/browse/KAFKA-13740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508043#comment-17508043
]
Bruno Cadonna commented on KAFKA-13740:
---
[~prashanthjbabu] Glad that you could sor
[
https://issues.apache.org/jira/browse/KAFKA-13740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruno Cadonna closed KAFKA-13740.
-
> kafka-stream-client-shutdown
>
>
> Key: KAFKA-13740
>
dengziming opened a new pull request #11910:
URL: https://github.com/apache/kafka/pull/11910
*More detailed description of your change*
In zk mode, the topic "foo_bar" will conflict with "foo.bar" because of
limitations in metric names, we should implement this in KRaft mode.
Add an i
RivenSun2 opened a new pull request #11911:
URL: https://github.com/apache/kafka/pull/11911
Make pause behavior consistent between cooperative and eager protocols
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
RivenSun2 commented on pull request #11911:
URL: https://github.com/apache/kafka/pull/11911#issuecomment-1070603378
Hi @guozhangwang and @showuon
please help to review the PR .
Thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
[
https://issues.apache.org/jira/browse/KAFKA-13689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508083#comment-17508083
]
RivenSun commented on KAFKA-13689:
--
Hi [~showuon] [~guozhang]
After rethinking the dis
[
https://issues.apache.org/jira/browse/KAFKA-13751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
RivenSun updated KAFKA-13751:
-
Reviewer: Ismael Juma (was: Luke Chen)
> On the broker side, OAUTHBEARER is not compatible with other S
dajac commented on a change in pull request #11173:
URL: https://github.com/apache/kafka/pull/11173#discussion_r828928713
##
File path: core/src/main/scala/kafka/tools/GetOffsetShell.scala
##
@@ -103,59 +104,77 @@ object GetOffsetShell {
throw new IllegalArgumentExceptio
dajac commented on pull request #11909:
URL: https://github.com/apache/kafka/pull/11909#issuecomment-1070707701
@jolshan Would you have a link to a successful run of the tests with your
change?
--
This is an automated message from the Apache Git Service.
To respond to the message, please
mimaison commented on a change in pull request #11471:
URL: https://github.com/apache/kafka/pull/11471#discussion_r829001380
##
File path:
connect/file/src/test/java/org/apache/kafka/connect/file/FileStreamSourceTaskTest.java
##
@@ -73,7 +75,6 @@ public void teardown() {
Xiaobing Fang created KAFKA-13752:
-
Summary: Using `equals` instead of `==` when Uuid compare in Java
Key: KAFKA-13752
URL: https://issues.apache.org/jira/browse/KAFKA-13752
Project: Kafka
Is
dengziming commented on a change in pull request #11471:
URL: https://github.com/apache/kafka/pull/11471#discussion_r829040670
##
File path:
connect/file/src/test/java/org/apache/kafka/connect/file/FileStreamSourceTaskTest.java
##
@@ -73,7 +75,6 @@ public void teardown() {
[
https://issues.apache.org/jira/browse/KAFKA-13752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobing Fang updated KAFKA-13752:
--
Description:
`Uuid.ZERO_UUID == new Uuid(0L, 0L)` is true in scala, but in java is false.
[
https://issues.apache.org/jira/browse/KAFKA-13752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobing Fang updated KAFKA-13752:
--
Description:
`Uuid.ZERO_UUID == new Uuid(0L, 0L)` is true in scala, but in java is false.
[
https://issues.apache.org/jira/browse/KAFKA-13752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobing Fang updated KAFKA-13752:
--
Description:
{code:java}
Uuid.ZERO_UUID == new Uuid(0L, 0L){code}
is true in scala, but in jav
[
https://issues.apache.org/jira/browse/KAFKA-13752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508157#comment-17508157
]
Ismael Juma commented on KAFKA-13752:
-
cc [~jolshan]
> Using `equals` instead of `
fxbing opened a new pull request #11912:
URL: https://github.com/apache/kafka/pull/11912
*More detailed description of your change,
if necessary. The PR title and PR message become
the squashed commit message, so use a separate
comment to ping reviewers.*
*Summary of testing
[
https://issues.apache.org/jira/browse/KAFKA-13752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobing Fang updated KAFKA-13752:
--
Description:
{code:java}
Uuid.ZERO_UUID == new Uuid(0L, 0L){code}
is true in scala, but in jav
dengziming commented on a change in pull request #11173:
URL: https://github.com/apache/kafka/pull/11173#discussion_r829057799
##
File path: core/src/main/scala/kafka/tools/GetOffsetShell.scala
##
@@ -103,59 +104,77 @@ object GetOffsetShell {
throw new IllegalArgumentExc
dengziming commented on pull request #11173:
URL: https://github.com/apache/kafka/pull/11173#issuecomment-1070856842
Thank you @dajac for your efforts, I reworded the error message according to
your suggestions, PTAL.
--
This is an automated message from the Apache Git Service.
To respon
[
https://issues.apache.org/jira/browse/KAFKA-9542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508163#comment-17508163
]
Olumide Ajiboye commented on KAFKA-9542:
Hi,
I just upgraded to `quay.io/stri
dengziming opened a new pull request #11913:
URL: https://github.com/apache/kafka/pull/11913
*More detailed description of your change*
We use org.apache.kafka.common.KafkaException instead of
kafka.common.KafkaException
*Summary of testing strategy (including rationale)*
QA
dengziming commented on pull request #11913:
URL: https://github.com/apache/kafka/pull/11913#issuecomment-1070870414
We can safely remove this class since we have removed
kafka.security.auth.Authorizer in #10450 , ping @ijuma to have a look
--
This is an automated message from the Apache
[
https://issues.apache.org/jira/browse/KAFKA-9366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508199#comment-17508199
]
Dongjin Lee commented on KAFKA-9366:
[~roncraig] Sorry for being late. the PR is now
dengziming commented on pull request #11912:
URL: https://github.com/apache/kafka/pull/11912#issuecomment-1070947835
Thank you for this PR, can you also add a test case in
`MetadataRequestTest.testTopicIdAndNullTopicNameRequests`?
--
This is an automated message from the Apache Git Servi
jolshan commented on pull request #11909:
URL: https://github.com/apache/kafka/pull/11909#issuecomment-1070978591
Here is a link to a successful run:
http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/2022-03-17--001.system-test-kafka-branch-builder-
[
https://issues.apache.org/jira/browse/KAFKA-13752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508255#comment-17508255
]
Justine Olshan commented on KAFKA-13752:
Ah, so I think the line that is causing
[
https://issues.apache.org/jira/browse/KAFKA-9366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508256#comment-17508256
]
Ron Craig commented on KAFKA-9366:
--
Perfect! Thanks, [~dongjin] .
> Upgrade log4j to l
[
https://issues.apache.org/jira/browse/KAFKA-13752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508255#comment-17508255
]
Justine Olshan edited comment on KAFKA-13752 at 3/17/22, 3:49 PM:
fxbing commented on pull request #11912:
URL: https://github.com/apache/kafka/pull/11912#issuecomment-1071008981
>
done, PTAL. @dengziming
--
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 t
[
https://issues.apache.org/jira/browse/KAFKA-13752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508270#comment-17508270
]
Xiaobing Fang commented on KAFKA-13752:
---
[~jolshan] I have done it in PR, PTAL.
>
[
https://issues.apache.org/jira/browse/KAFKA-13136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Egerton resolved KAFKA-13136.
---
Resolution: Fixed
> kafka-connect task.max : active task in consumer group is limited by the
mimaison merged pull request #11471:
URL: https://github.com/apache/kafka/pull/11471
--
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: jira-unsubscr
[
https://issues.apache.org/jira/browse/KAFKA-13404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508282#comment-17508282
]
Chris Egerton commented on KAFKA-13404:
---
[~yujhe.li] can you clarify the impact of
dajac commented on pull request #11173:
URL: https://github.com/apache/kafka/pull/11173#issuecomment-1071074769
The build looks good
[here](https://ci-builds.apache.org/blue/organizations/jenkins/Kafka%2Fkafka-pr/detail/PR-11173/18/pipeline).
I am not sure why github still shows it in prog
dajac commented on pull request #11909:
URL: https://github.com/apache/kafka/pull/11909#issuecomment-1071077188
@jolshan Thanks. Do we need to backport it to older branches? I guess that
we need it in 3.1 and 3.0, right?
--
This is an automated message from the Apache Git Service.
To res
C0urante opened a new pull request #11914:
URL: https://github.com/apache/kafka/pull/11914
The `DESTROYED` state is represented internally as a tombstone record when
running in distributed mode ([1]) and by the removal of the connector/task from
the in-memory status map when running in sta
dajac merged pull request #11173:
URL: https://github.com/apache/kafka/pull/11173
--
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: jira-unsubscr...
[
https://issues.apache.org/jira/browse/KAFKA-13509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Jacot resolved KAFKA-13509.
-
Reviewer: David Jacot
Resolution: Fixed
> Support max timestamp in GetOffsetShell
> --
dajac commented on pull request #11906:
URL: https://github.com/apache/kafka/pull/11906#issuecomment-1071088775
@mimaison Thanks. Do we need to update the doc in the 3.0 branch as well?
Otherwise, we will miss the update that you did if we would ever release 3.0.2.
--
This is an automate
dajac commented on pull request #11909:
URL: https://github.com/apache/kafka/pull/11909#issuecomment-1071090738
We don't need to wait for the build as this is a python change. Merging to
trunk, 3.1 and 3.0.
--
This is an automated message from the Apache Git Service.
To respond to the me
dajac merged pull request #11909:
URL: https://github.com/apache/kafka/pull/11909
--
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: jira-unsubscr...
[
https://issues.apache.org/jira/browse/KAFKA-13750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Jacot resolved KAFKA-13750.
-
Fix Version/s: 3.2.0
3.1.1
3.0.2
Resolution: Fixed
dajac commented on pull request #11904:
URL: https://github.com/apache/kafka/pull/11904#issuecomment-1071105004
@guizmaii Good catch! Why did you target 3.1 branch? We should fix it in
trunk and I can back port it to older branches.
--
This is an automated message from the Apache Git Ser
dajac commented on a change in pull request #11903:
URL: https://github.com/apache/kafka/pull/11903#discussion_r82930
##
File path:
connect/transforms/src/main/java/org/apache/kafka/connect/transforms/RegexRouter.java
##
@@ -57,7 +61,10 @@ public R apply(R record) {
Jason Gustafson created KAFKA-13753:
---
Summary: Log cleaner should transaction metadata in index until
corresponding marker is removed
Key: KAFKA-13753
URL: https://issues.apache.org/jira/browse/KAFKA-13753
junrao commented on a change in pull request #11893:
URL: https://github.com/apache/kafka/pull/11893#discussion_r829355001
##
File path:
metadata/src/main/java/org/apache/kafka/controller/PartitionChangeBuilder.java
##
@@ -104,53 +117,73 @@ public PartitionChangeBuilder
setTa
C0urante commented on a change in pull request #11903:
URL: https://github.com/apache/kafka/pull/11903#discussion_r829392255
##
File path:
connect/transforms/src/main/java/org/apache/kafka/connect/transforms/RegexRouter.java
##
@@ -57,7 +61,10 @@ public R apply(R record) {
Jose Armando Garcia Sancio created KAFKA-13754:
--
Summary: Follower should reject Fetch request while the leader is
recovering
Key: KAFKA-13754
URL: https://issues.apache.org/jira/browse/KAFKA-13754
jsancio commented on pull request #11733:
URL: https://github.com/apache/kafka/pull/11733#issuecomment-1071229122
> The PR looks good overall. I think there is one problem with the fetch
validation. We are expecting that followers will detect the RECOVERED state
through a `LeaderAndIsr` re
[
https://issues.apache.org/jira/browse/KAFKA-13714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508386#comment-17508386
]
John Roesler commented on KAFKA-13714:
--
Another local repro:
{code:java}
org.apa
[
https://issues.apache.org/jira/browse/KAFKA-13752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508389#comment-17508389
]
Ismael Juma commented on KAFKA-13752:
-
What is the impact of this bug?
> Using `equ
jsancio commented on a change in pull request #11893:
URL: https://github.com/apache/kafka/pull/11893#discussion_r829411491
##
File path:
metadata/src/main/java/org/apache/kafka/controller/PartitionChangeBuilder.java
##
@@ -104,53 +117,73 @@ public PartitionChangeBuilder
setT
jsancio commented on a change in pull request #11893:
URL: https://github.com/apache/kafka/pull/11893#discussion_r829414517
##
File path:
metadata/src/main/java/org/apache/kafka/controller/PartitionChangeBuilder.java
##
@@ -104,53 +117,73 @@ public PartitionChangeBuilder
setT
jsancio commented on a change in pull request #11893:
URL: https://github.com/apache/kafka/pull/11893#discussion_r829419392
##
File path:
metadata/src/main/java/org/apache/kafka/controller/PartitionChangeBuilder.java
##
@@ -104,53 +117,73 @@ public PartitionChangeBuilder
setT
[
https://issues.apache.org/jira/browse/KAFKA-13714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508386#comment-17508386
]
John Roesler edited comment on KAFKA-13714 at 3/17/22, 7:32 PM:
--
[
https://issues.apache.org/jira/browse/KAFKA-13601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508423#comment-17508423
]
Chris Egerton commented on KAFKA-13601:
---
[~dasarianil] I don't see how synchronous
[
https://issues.apache.org/jira/browse/KAFKA-13460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Egerton updated KAFKA-13460:
--
Component/s: (was: KafkaConnect)
> Issue reporting
> ---
>
> K
tchiotludo commented on pull request #11905:
URL: https://github.com/apache/kafka/pull/11905#issuecomment-1071509762
@showuon must be done I think ;)
--
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 g
jsancio commented on a change in pull request #11893:
URL: https://github.com/apache/kafka/pull/11893#discussion_r829521940
##
File path:
metadata/src/main/java/org/apache/kafka/controller/PartitionChangeBuilder.java
##
@@ -104,53 +117,73 @@ public PartitionChangeBuilder
setT
jsancio commented on a change in pull request #11893:
URL: https://github.com/apache/kafka/pull/11893#discussion_r829522253
##
File path:
metadata/src/main/java/org/apache/kafka/controller/QuorumController.java
##
@@ -953,6 +972,56 @@ private void cancelMaybeFenceReplicas() {
jsancio commented on a change in pull request #11893:
URL: https://github.com/apache/kafka/pull/11893#discussion_r829532685
##
File path:
metadata/src/main/java/org/apache/kafka/controller/PartitionChangeBuilder.java
##
@@ -104,53 +117,73 @@ public PartitionChangeBuilder
setT
jolshan commented on a change in pull request #11909:
URL: https://github.com/apache/kafka/pull/11909#discussion_r829541377
##
File path:
tools/src/main/java/org/apache/kafka/tools/ClientCompatibilityTest.java
##
@@ -172,6 +174,13 @@ public static void main(String[] args) thro
junrao commented on a change in pull request #11893:
URL: https://github.com/apache/kafka/pull/11893#discussion_r829550657
##
File path:
metadata/src/main/java/org/apache/kafka/controller/PartitionChangeBuilder.java
##
@@ -104,53 +117,94 @@ public PartitionChangeBuilder
setTa
wsun-confluent commented on a change in pull request #11874:
URL: https://github.com/apache/kafka/pull/11874#discussion_r829578541
##
File path:
clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java
##
@@ -216,8 +216,10 @@
private static final String
dengziming commented on pull request #11173:
URL: https://github.com/apache/kafka/pull/11173#issuecomment-1071767117
@dajac @showuon @jolshan Thank you for your patience. 🤝
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
[
https://issues.apache.org/jira/browse/KAFKA-13753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gustafson updated KAFKA-13753:
Summary: Log cleaner should retain transaction metadata in index until
corresponding marke
jolshan commented on pull request #11912:
URL: https://github.com/apache/kafka/pull/11912#issuecomment-1071812161
I was thinking adding the test from the ticket and verifying it
_**doesn't**_ return an error.
--
This is an automated message from the Apache Git Service.
To respond to the
jolshan removed a comment on pull request #11912:
URL: https://github.com/apache/kafka/pull/11912#issuecomment-1071812161
I was thinking adding the test from the ticket and verifying it
_**doesn't**_ return an error.
--
This is an automated message from the Apache Git Service.
To respond
jolshan commented on pull request #11912:
URL: https://github.com/apache/kafka/pull/11912#issuecomment-1071816320
Ah yeah, that could be useful? I think it's less necessary since the server
should be building the response, but doesn't hurt.
--
This is an automated message from the Apache
jsancio commented on a change in pull request #11893:
URL: https://github.com/apache/kafka/pull/11893#discussion_r829589585
##
File path:
metadata/src/main/java/org/apache/kafka/controller/PartitionChangeBuilder.java
##
@@ -104,53 +117,94 @@ public PartitionChangeBuilder
setT
jsancio commented on a change in pull request #11893:
URL: https://github.com/apache/kafka/pull/11893#discussion_r829589585
##
File path:
metadata/src/main/java/org/apache/kafka/controller/PartitionChangeBuilder.java
##
@@ -104,53 +117,94 @@ public PartitionChangeBuilder
setT
[
https://issues.apache.org/jira/browse/KAFKA-13744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508473#comment-17508473
]
Jorge Esteban Quilcate Otoya commented on KAFKA-13744:
--
Thanks, [~j
[
https://issues.apache.org/jira/browse/KAFKA-13744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jorge Esteban Quilcate Otoya resolved KAFKA-13744.
--
Resolution: Not A Problem
> Quota metric tags are inconsistent
[
https://issues.apache.org/jira/browse/KAFKA-13742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jorge Esteban Quilcate Otoya resolved KAFKA-13742.
--
Resolution: Not A Problem
Given that I got a better understand
[
https://issues.apache.org/jira/browse/KAFKA-7077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luke Chen updated KAFKA-7077:
-
Fix Version/s: 3.2.0
> KIP-318: Make Kafka Connect Source idempotent
> --
[
https://issues.apache.org/jira/browse/KAFKA-7077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508513#comment-17508513
]
Luke Chen commented on KAFKA-7077:
--
Everything goes with idempotent producer by default
[
https://issues.apache.org/jira/browse/KAFKA-7077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luke Chen resolved KAFKA-7077.
--
Resolution: Fixed
> KIP-318: Make Kafka Connect Source idempotent
> ---
showuon commented on pull request #11905:
URL: https://github.com/apache/kafka/pull/11905#issuecomment-1071946079
Failed tests are unrelated:
```
Build / JDK 17 and Scala 2.13 /
kafka.server.LogDirFailureTest.testReplicaFetcherThreadAfterLogDirFailureOnFollower()
Build / JD
showuon merged pull request #11905:
URL: https://github.com/apache/kafka/pull/11905
--
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: jira-unsubscr.
showuon commented on pull request #11905:
URL: https://github.com/apache/kafka/pull/11905#issuecomment-1071946919
@tchiotludo , thanks for your contribution!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
guizmaii commented on pull request #11904:
URL: https://github.com/apache/kafka/pull/11904#issuecomment-1071947794
@dajac I opened a PR on trunk here:
https://github.com/apache/kafka/pull/11915
--
This is an automated message from the Apache Git Service.
To respond to the message, please
guizmaii closed pull request #11904:
URL: https://github.com/apache/kafka/pull/11904
--
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: jira-unsubscr
[
https://issues.apache.org/jira/browse/KAFKA-13601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508566#comment-17508566
]
Anil Dasari commented on KAFKA-13601:
-
File name in the filed partitioner uses start
[
https://issues.apache.org/jira/browse/KAFKA-13601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508566#comment-17508566
]
Anil Dasari edited comment on KAFKA-13601 at 3/18/22, 4:52 AM:
---
dengziming commented on pull request #11910:
URL: https://github.com/apache/kafka/pull/11910#issuecomment-1072029922
cc @cmccabe
--
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 com
88 matches
Mail list logo