chia7712 commented on pull request #8783:
URL: https://github.com/apache/kafka/pull/8783#issuecomment-638001504
@hachikuji Could you take a look?
This is an automated message from the Apache Git Service.
To respond to the mes
[
https://issues.apache.org/jira/browse/KAFKA-9887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17124683#comment-17124683
]
Michael Carter commented on KAFKA-9887:
---
This similarly applies to connectors that
[
https://issues.apache.org/jira/browse/KAFKA-9887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17124683#comment-17124683
]
Michael Carter edited comment on KAFKA-9887 at 6/3/20, 7:19 AM:
---
[
https://issues.apache.org/jira/browse/KAFKA-9320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikolay Izhikov reassigned KAFKA-9320:
--
Assignee: Nikolay Izhikov
> Enable TLSv1.3 by default and disable some of the older pr
[
https://issues.apache.org/jira/browse/KAFKA-9320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikolay Izhikov resolved KAFKA-9320.
Resolution: Fixed
Fixed with the
https://github.com/apache/kafka/commit/8b22b8159673bfe22d
dajac commented on a change in pull request #8724:
URL: https://github.com/apache/kafka/pull/8724#discussion_r434360661
##
File path: core/src/main/scala/kafka/controller/ControllerContext.scala
##
@@ -391,6 +404,54 @@ class ControllerContext {
partitionsForTopic(topic).fi
dajac commented on a change in pull request #8724:
URL: https://github.com/apache/kafka/pull/8724#discussion_r434360795
##
File path: core/src/main/scala/kafka/controller/ControllerContext.scala
##
@@ -391,6 +404,54 @@ class ControllerContext {
partitionsForTopic(topic).fi
[
https://issues.apache.org/jira/browse/KAFKA-9887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17124683#comment-17124683
]
Michael Carter edited comment on KAFKA-9887 at 6/3/20, 7:25 AM:
---
dajac commented on a change in pull request #8724:
URL: https://github.com/apache/kafka/pull/8724#discussion_r434361213
##
File path: core/src/main/scala/kafka/controller/ControllerContext.scala
##
@@ -391,6 +404,54 @@ class ControllerContext {
partitionsForTopic(topic).fi
Chia-Ping Tsai created KAFKA-10089:
--
Summary: The stale ssl engine factory is not closed after
reconfigure
Key: KAFKA-10089
URL: https://issues.apache.org/jira/browse/KAFKA-10089
Project: Kafka
chia7712 opened a new pull request #8792:
URL: https://github.com/apache/kafka/pull/8792
https://issues.apache.org/jira/browse/KAFKA-10089
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build statu
[
https://issues.apache.org/jira/browse/KAFKA-9891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17124787#comment-17124787
]
Mateusz Jadczyk commented on KAFKA-9891:
[~bchen225242] well, it shouldn't occur
Robert Wruck created KAFKA-10090:
Summary: Misleading warnings: The configuration was supplied but
isn't a known config
Key: KAFKA-10090
URL: https://issues.apache.org/jira/browse/KAFKA-10090
Project:
chia7712 commented on a change in pull request #8783:
URL: https://github.com/apache/kafka/pull/8783#discussion_r434456891
##
File path: core/src/main/scala/kafka/log/LogCleaner.scala
##
@@ -112,9 +112,19 @@ class LogCleaner(initialConfig: CleanerConfig,
private[log] val c
kowshik commented on a change in pull request #8680:
URL: https://github.com/apache/kafka/pull/8680#discussion_r434344257
##
File path:
clients/src/main/java/org/apache/kafka/common/feature/BaseVersionRange.java
##
@@ -0,0 +1,129 @@
+/*
+ * Licensed to the Apache Software Foun
[
https://issues.apache.org/jira/browse/KAFKA-10090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17124823#comment-17124823
]
Robert Wruck commented on KAFKA-10090:
--
The "new HashMap" leak was introduced by KA
astubbs commented on pull request #8771:
URL: https://github.com/apache/kafka/pull/8771#issuecomment-638105979
> Checkstyle error:
ah dag nammit, sorry guys
This is an automated message from the Apache Git Service.
To
dajac commented on a change in pull request #8666:
URL: https://github.com/apache/kafka/pull/8666#discussion_r434554562
##
File path: core/src/main/scala/kafka/admin/ConsumerGroupCommand.scala
##
@@ -291,14 +291,21 @@ object ConsumerGroupCommand extends Logging {
}
dajac opened a new pull request #8793:
URL: https://github.com/apache/kafka/pull/8793
The protocol generator generates useless conditions when a field of type
string is made nullable after the request has been converted to using optional
fields.
As an example, we have make the field
chia7712 commented on pull request #8782:
URL: https://github.com/apache/kafka/pull/8782#issuecomment-638228671
retest this please
This is an automated message from the Apache Git Service.
To respond to the message, please lo
ijuma commented on pull request #8751:
URL: https://github.com/apache/kafka/pull/8751#issuecomment-638255192
@omkreddy Updated the PR description and made a few more changes.
This is an automated message from the Apache Git S
abbccdda commented on pull request #8549:
URL: https://github.com/apache/kafka/pull/8549#issuecomment-638285212
@guozhangwang Actually my previous response was not correct. By making the
`InvalidProducerEpoch` to extend a `RetriableException`, we could bypass the
`sender#canRetry` check to
jsancio closed pull request #8639:
URL: https://github.com/apache/kafka/pull/8639
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 th
jsancio commented on pull request #8639:
URL: https://github.com/apache/kafka/pull/8639#issuecomment-638286953
The bug report in
[KAFKA-9962](https://issues.apache.org/jira/browse/KAFKA-9962) is for
`describeCluster`.
This
[
https://issues.apache.org/jira/browse/KAFKA-9962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jose Armando Garcia Sancio reassigned KAFKA-9962:
-
Assignee: (was: Jose Armando Garcia Sancio)
> Admin client t
hachikuji commented on pull request #8486:
URL: https://github.com/apache/kafka/pull/8486#issuecomment-638294334
retest this please
This is an automated message from the Apache Git Service.
To respond to the message, please l
hachikuji commented on pull request #8486:
URL: https://github.com/apache/kafka/pull/8486#issuecomment-638294449
retest this please
This is an automated message from the Apache Git Service.
To respond to the message, please l
vvcephei commented on pull request #8785:
URL: https://github.com/apache/kafka/pull/8785#issuecomment-638298913
All test failures were unrelated (looks like some new flaky tests)
```
kafka.server.GssapiAuthenticationTest.testServerAuthenticationFailure
org.apache.kafka.clie
guozhangwang commented on a change in pull request #8782:
URL: https://github.com/apache/kafka/pull/8782#discussion_r434688366
##
File path:
core/src/test/scala/unit/kafka/coordinator/transaction/TransactionMarkerChannelManagerTest.scala
##
@@ -86,6 +90,70 @@ class Transaction
vvcephei merged pull request #8785:
URL: https://github.com/apache/kafka/pull/8785
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 t
dajac commented on pull request #8295:
URL: https://github.com/apache/kafka/pull/8295#issuecomment-638300527
@mimaison Are you going to rebase this one? I could take a look at it once
done.
This is an automated message from
hachikuji commented on a change in pull request #8486:
URL: https://github.com/apache/kafka/pull/8486#discussion_r434687347
##
File path:
clients/src/main/java/org/apache/kafka/clients/consumer/internals/Fetcher.java
##
@@ -1310,16 +1313,23 @@ private CompletedFetch
initializ
hachikuji commented on pull request #8724:
URL: https://github.com/apache/kafka/pull/8724#issuecomment-638305368
ok to test
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
hachikuji commented on pull request #8724:
URL: https://github.com/apache/kafka/pull/8724#issuecomment-638305947
retest this please
This is an automated message from the Apache Git Service.
To respond to the message, please l
hachikuji commented on pull request #8724:
URL: https://github.com/apache/kafka/pull/8724#issuecomment-638306026
retest this please
This is an automated message from the Apache Git Service.
To respond to the message, please l
[
https://issues.apache.org/jira/browse/KAFKA-8338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Jacot resolved KAFKA-8338.
Resolution: Duplicate
This has been done as part of KAFKA-8730 (KIP-496).
> Improve consumer offse
dajac commented on pull request #6737:
URL: https://github.com/apache/kafka/pull/6737#issuecomment-638311288
This has been done as part of KAFKA-8730 (KIP-496). We can close it.
This is an automated message from the Apache Gi
vvcephei commented on pull request #8785:
URL: https://github.com/apache/kafka/pull/8785#issuecomment-638313567
cherry-picked to 2.6
This is an automated message from the Apache Git Service.
To respond to the message, please
[
https://issues.apache.org/jira/browse/KAFKA-9988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Egerton updated KAFKA-9988:
-
Summary: Connect incorrectly logs that task has failed when one takes too
long to shutdown (was:
hachikuji commented on a change in pull request #8486:
URL: https://github.com/apache/kafka/pull/8486#discussion_r434725093
##
File path:
clients/src/main/java/org/apache/kafka/clients/consumer/internals/Fetcher.java
##
@@ -822,19 +822,25 @@ public void onSuccess(OffsetForEpoc
ijuma commented on pull request #8751:
URL: https://github.com/apache/kafka/pull/8751#issuecomment-638340086
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
ijuma edited a comment on pull request #8751:
URL: https://github.com/apache/kafka/pull/8751#issuecomment-638340086
JDK 8/Scala 2.12 had an out of memory issue.
This is an automated message from the Apache Git Service.
To res
ijuma commented on pull request #8790:
URL: https://github.com/apache/kafka/pull/8790#issuecomment-638340962
retest this please
This is an automated message from the Apache Git Service.
To respond to the message, please log o
hachikuji merged pull request #8782:
URL: https://github.com/apache/kafka/pull/8782
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
[
https://issues.apache.org/jira/browse/KAFKA-10080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17125181#comment-17125181
]
Jason Gustafson commented on KAFKA-10080:
-
Note that this seems to have been int
[
https://issues.apache.org/jira/browse/KAFKA-10080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gustafson resolved KAFKA-10080.
-
Fix Version/s: 2.6.0
Resolution: Fixed
> IllegalStateException after duplicate Co
[
https://issues.apache.org/jira/browse/KAFKA-9777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gustafson resolved KAFKA-9777.
Fix Version/s: 2.6.0
Resolution: Fixed
> Purgatory locking bug can lead to hanging t
rajinisivaram merged pull request #8792:
URL: https://github.com/apache/kafka/pull/8792
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
hachikuji commented on a change in pull request #8724:
URL: https://github.com/apache/kafka/pull/8724#discussion_r434702023
##
File path: core/src/main/scala/kafka/controller/ControllerContext.scala
##
@@ -391,6 +404,90 @@ class ControllerContext {
partitionsForTopic(topic
[
https://issues.apache.org/jira/browse/KAFKA-10089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rajini Sivaram resolved KAFKA-10089.
Fix Version/s: 2.6.0
Reviewer: Rajini Sivaram
Resolution: Fixed
> The stal
hachikuji commented on a change in pull request #8486:
URL: https://github.com/apache/kafka/pull/8486#discussion_r434761114
##
File path:
clients/src/main/java/org/apache/kafka/clients/consumer/internals/Fetcher.java
##
@@ -827,14 +827,15 @@ public void onSuccess(OffsetForEpoc
omkreddy commented on pull request #8715:
URL: https://github.com/apache/kafka/pull/8715#issuecomment-638386016
ok to test
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
kowshik commented on a change in pull request #8680:
URL: https://github.com/apache/kafka/pull/8680#discussion_r434428173
##
File path:
clients/src/main/java/org/apache/kafka/common/requests/ApiVersionsResponse.java
##
@@ -113,14 +127,44 @@ public static ApiVersionsResponse fr
cmccabe commented on pull request #8793:
URL: https://github.com/apache/kafka/pull/8793#issuecomment-638404260
LGTM. Thanks, @dajac
This is an automated message from the Apache Git Service.
To respond to the message, please
hachikuji commented on pull request #8784:
URL: https://github.com/apache/kafka/pull/8784#issuecomment-638419527
ok to test
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
ijuma commented on pull request #8790:
URL: https://github.com/apache/kafka/pull/8790#issuecomment-638437924
One job failed for unrelated reasons.
This is an automated message from the Apache Git Service.
To respond to the me
ijuma commented on pull request #8751:
URL: https://github.com/apache/kafka/pull/8751#issuecomment-638438813
Build passed.
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
ijuma merged pull request #8790:
URL: https://github.com/apache/kafka/pull/8790
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
ijuma merged pull request #8751:
URL: https://github.com/apache/kafka/pull/8751
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
ijuma commented on pull request #8751:
URL: https://github.com/apache/kafka/pull/8751#issuecomment-638439407
Cherry picked this to 2.6 as well since it's low risk and fixes a
compilation speed regression.
This is an automate
[
https://issues.apache.org/jira/browse/KAFKA-9313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismael Juma updated KAFKA-9313:
---
Fix Version/s: 2.6.0
> Set default for client.dns.lookup to use_all_dns_ips
> ---
[
https://issues.apache.org/jira/browse/KAFKA-9320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismael Juma updated KAFKA-9320:
---
Fix Version/s: 2.6.0
> Enable TLSv1.3 by default and disable some of the older protocols
> --
John Roesler created KAFKA-10091:
Summary: Improve task idling
Key: KAFKA-10091
URL: https://issues.apache.org/jira/browse/KAFKA-10091
Project: Kafka
Issue Type: Task
Components: st
mimaison commented on pull request #8295:
URL: https://github.com/apache/kafka/pull/8295#issuecomment-638444641
@dajac Thank for your interest. I want to merge
https://github.com/apache/kafka/pull/8311 and
https://github.com/apache/kafka/pull/8312 first. I'll take a look at them
tomorrow
Jakob Homan created KAFKA-10095:
---
Summary: In LogCleanerManagerTest replace get().nonEmpty call with
contains
Key: KAFKA-10095
URL: https://issues.apache.org/jira/browse/KAFKA-10095
Project: Kafka
Jakob Homan created KAFKA-10093:
---
Summary: Replace iteration with call to addAll in Utils
Key: KAFKA-10093
URL: https://issues.apache.org/jira/browse/KAFKA-10093
Project: Kafka
Issue Type: Impr
Jakob Homan created KAFKA-10094:
---
Summary: In MirrorSourceConnector replace two-step assignment with
single call
Key: KAFKA-10094
URL: https://issues.apache.org/jira/browse/KAFKA-10094
Project: Kafka
Jakob Homan created KAFKA-10092:
---
Summary: Remove unnecessary enum modifier in NioEchoServer
Key: KAFKA-10092
URL: https://issues.apache.org/jira/browse/KAFKA-10092
Project: Kafka
Issue Type: I
guozhangwang commented on pull request #8786:
URL: https://github.com/apache/kafka/pull/8786#issuecomment-638463385
Cherry-picked back to 2.4
This is an automated message from the Apache Git Service.
To respond to the message
[
https://issues.apache.org/jira/browse/KAFKA-10093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17125330#comment-17125330
]
Ismael Juma commented on KAFKA-10093:
-
Thanks for the JIRA. Using `addAll` here is n
afalko opened a new pull request #8794:
URL: https://github.com/apache/kafka/pull/8794
NioEchoServer the enum has its constructor declared as private, which is
redundant. There is also an unused exception throws and unused method.
Reviewers: Jakob Homan
This is a newbie ticke
afalko commented on pull request #8794:
URL: https://github.com/apache/kafka/pull/8794#issuecomment-638478890
@jghoman
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
Can Cecen created KAFKA-10096:
-
Summary: Remove unnecessary String.format call in
VersionConditionalTest.java
Key: KAFKA-10096
URL: https://issues.apache.org/jira/browse/KAFKA-10096
Project: Kafka
[
https://issues.apache.org/jira/browse/KAFKA-10096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakob Homan reassigned KAFKA-10096:
---
Assignee: Can Cecen
> Remove unnecessary String.format call in VersionConditionalTest.java
sarahgonsalves223 opened a new pull request #8795:
URL: https://github.com/apache/kafka/pull/8795
In kafka.log.LogCleanerManagerTest we have two calls to
.get(something).nonEmpty, which is equivalent to .contains(something). Making
changes to simplify these calls.
Reviewers: Jakob H
sarahgonsalves223 commented on pull request #8795:
URL: https://github.com/apache/kafka/pull/8795#issuecomment-638481270
@jghoman
This is an automated message from the Apache Git Service.
To respond to the message, please log
[
https://issues.apache.org/jira/browse/KAFKA-10096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Can Cecen updated KAFKA-10096:
--
Description:
n.b. This is a newbie ticket designed to be an introduction to contributing for
the assi
[
https://issues.apache.org/jira/browse/KAFKA-10096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Can Cecen updated KAFKA-10096:
--
Description:
n.b. This is a newbie ticket designed to be an introduction to contributing for
the assi
[
https://issues.apache.org/jira/browse/KAFKA-10096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Can Cecen updated KAFKA-10096:
--
Description:
n.b. This is a newbie ticket designed to be an introduction to contributing for
the assi
[
https://issues.apache.org/jira/browse/KAFKA-10096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Can Cecen updated KAFKA-10096:
--
Description:
n.b. This is a newbie ticket designed to be an introduction to contributing for
the assi
[
https://issues.apache.org/jira/browse/KAFKA-10096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Can Cecen updated KAFKA-10096:
--
Description:
n.b. This is a newbie ticket designed to be an introduction to contributing for
the assi
cancecen opened a new pull request #8796:
URL: https://github.com/apache/kafka/pull/8796
https://issues.apache.org/jira/browse/KAFKA-10096
Since format is not provided in VersionConditionalTest::assertEquals, we can
just pass the string into StringBuilder::append.
This is a ne
mtillu opened a new pull request #8797:
URL: https://github.com/apache/kafka/pull/8797
*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 st
mtillu commented on pull request #8797:
URL: https://github.com/apache/kafka/pull/8797#issuecomment-638485010
PTAL @jghoman
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
[
https://issues.apache.org/jira/browse/KAFKA-10096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Can Cecen resolved KAFKA-10096.
---
Resolution: Won't Fix
Realized that String.format is used to create line separators.
> Remove unne
cancecen closed pull request #8796:
URL: https://github.com/apache/kafka/pull/8796
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 t
hachikuji commented on pull request #8784:
URL: https://github.com/apache/kafka/pull/8784#issuecomment-638492720
retest this please
This is an automated message from the Apache Git Service.
To respond to the message, please l
[
https://issues.apache.org/jira/browse/KAFKA-9161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakob Homan resolved KAFKA-9161.
Resolution: Fixed
> Close gaps in Streams configs documentation
> -
guozhangwang commented on a change in pull request #8776:
URL: https://github.com/apache/kafka/pull/8776#discussion_r434892254
##
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java
##
@@ -493,28 +549,45 @@ public void closeAndRecycleS
vvcephei commented on a change in pull request #8775:
URL: https://github.com/apache/kafka/pull/8775#discussion_r434892857
##
File path:
streams/src/test/java/org/apache/kafka/streams/processor/internals/assignment/ClientStateTest.java
##
@@ -300,20 +302,71 @@ public void
sho
vvcephei commented on pull request #8775:
URL: https://github.com/apache/kafka/pull/8775#issuecomment-638494568
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
Boyang Chen created KAFKA-10097:
---
Summary: Avoid getting null map for task checkpoint
Key: KAFKA-10097
URL: https://issues.apache.org/jira/browse/KAFKA-10097
Project: Kafka
Issue Type: Improvem
[
https://issues.apache.org/jira/browse/KAFKA-10097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias J. Sax updated KAFKA-10097:
Component/s: streams
> Avoid getting null map for task checkpoint
> --
Can Cecen created KAFKA-10098:
-
Summary: Remove unnecessary escaping in regular expression in
SaslAuthenticatorTest.java
Key: KAFKA-10098
URL: https://issues.apache.org/jira/browse/KAFKA-10098
Project: Ka
[
https://issues.apache.org/jira/browse/KAFKA-10098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Can Cecen updated KAFKA-10098:
--
Description:
n.b. This is a newbie ticket designed to be an introduction to contributing for
the assi
cancecen opened a new pull request #8798:
URL: https://github.com/apache/kafka/pull/8798
'<' or '>' do not need to be escaped.
This is a newbie PR to learn the contribution flow.
Reviewer: @jghoman
This is an a
[
https://issues.apache.org/jira/browse/KAFKA-10098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Can Cecen reassigned KAFKA-10098:
-
Assignee: Can Cecen
> Remove unnecessary escaping in regular expression in
> SaslAuthenticator
mjsax commented on pull request #8771:
URL: https://github.com/apache/kafka/pull/8771#issuecomment-638511478
Retest this please.
This is an automated message from the Apache Git Service.
To respond to the message, please log
mjsax commented on pull request #8759:
URL: https://github.com/apache/kafka/pull/8759#issuecomment-638512007
Java 11:
```
kafka.api.TransactionsBounceTest.testWithGroupMetadata
org.apache.kafka.clients.consumer.CooperativeStickyAssignorTest.testReassignmentWithRandomSubscriptionsAn
hachikuji commented on pull request #8486:
URL: https://github.com/apache/kafka/pull/8486#issuecomment-638511962
ok to test
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
1 - 100 of 126 matches
Mail list logo