chirag-wadhwa5 opened a new pull request, #18976:
URL: https://github.com/apache/kafka/pull/18976
This PR contains the implementation of KafkaAdminClient and GroupCoordinator
for DeleteShareGroupOffsets RPC. This PR is a followup on
[this](https://github.com/apache/kafka/pull/18927).
[
https://issues.apache.org/jira/browse/KAFKA-18820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928662#comment-17928662
]
Vishal edited comment on KAFKA-18820 at 2/20/25 7:01 AM:
-
Hi [~c
[
https://issues.apache.org/jira/browse/KAFKA-18820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928662#comment-17928662
]
Vishal commented on KAFKA-18820:
Hi [~chia7712] , you had helped with a similar issue la
mjsax commented on code in PR #18975:
URL: https://github.com/apache/kafka/pull/18975#discussion_r1962942277
##
streams/src/main/java/org/apache/kafka/streams/kstream/internals/WrappingNullableUtils.java:
##
@@ -62,25 +62,25 @@ private static Serde prepareSerde(final Serde
spe
mjsax commented on code in PR #18877:
URL: https://github.com/apache/kafka/pull/18877#discussion_r1962940507
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/SinkNode.java:
##
@@ -56,18 +56,19 @@ public void addChild(final ProcessorNode
child) {
th
mjsax opened a new pull request, #18975:
URL: https://github.com/apache/kafka/pull/18975
Follow up to
https://github.com/apache/kafka/pull/18877#discussion_r1961407894
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
frankvicky commented on code in PR #18969:
URL: https://github.com/apache/kafka/pull/18969#discussion_r1962907658
##
core/src/main/scala/kafka/utils/LoggingController.scala:
##
@@ -112,24 +112,30 @@ private class Log4jCoreController extends
LoggingControllerDelegate {
val
[
https://issues.apache.org/jira/browse/KAFKA-18836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ukpa Uchechi reassigned KAFKA-18836:
Assignee: Ukpa Uchechi
> Make ConsumerGroupMetadata an interface
> --
[
https://issues.apache.org/jira/browse/KAFKA-18836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928643#comment-17928643
]
Matthias J. Sax commented on KAFKA-18836:
-
Sure. :)
> Make ConsumerGroupMetada
nilmadhab commented on PR #18887:
URL: https://github.com/apache/kafka/pull/18887#issuecomment-2670380898
@mjsax it makes sense to me.
1. I can remove the` KTableKTableForeignKeyLeftJoinDistributedTest.java` in
this MR.
2. I will check if I can reproduce the issue
`KTableKTableFor
github-actions[bot] commented on PR #17891:
URL: https://github.com/apache/kafka/pull/17891#issuecomment-2670383960
This PR is being marked as stale since it has not had any activity in 90
days. If you
would like to keep this PR alive, please leave a comment asking for a
review. If the P
github-actions[bot] closed pull request #17462: KAFKA-10462: Add ability to
pass headers to ProducerPerformance.
URL: https://github.com/apache/kafka/pull/17462
--
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
github-actions[bot] commented on PR #17771:
URL: https://github.com/apache/kafka/pull/17771#issuecomment-2670383859
This PR is being marked as stale since it has not had any activity in 90
days. If you
would like to keep this PR alive, please leave a comment asking for a
review. If the P
github-actions[bot] commented on PR #17833:
URL: https://github.com/apache/kafka/pull/17833#issuecomment-2670383936
This PR is being marked as stale since it has not had any activity in 90
days. If you
would like to keep this PR alive, please leave a comment asking for a
review. If the P
github-actions[bot] commented on PR #17462:
URL: https://github.com/apache/kafka/pull/17462#issuecomment-2670383789
This PR has been closed since it has not had any activity in 120 days. If
you feel like this
was a mistake, or you would like to continue working on it, please feel free
to
[
https://issues.apache.org/jira/browse/KAFKA-18836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928629#comment-17928629
]
Ukpa Uchechi edited comment on KAFKA-18836 at 2/20/25 3:30 AM:
---
[
https://issues.apache.org/jira/browse/KAFKA-18836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928629#comment-17928629
]
Ukpa Uchechi edited comment on KAFKA-18836 at 2/20/25 3:29 AM:
---
[
https://issues.apache.org/jira/browse/KAFKA-18836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928629#comment-17928629
]
Ukpa Uchechi commented on KAFKA-18836:
--
Hi, @Matthias, can I pick this up?
> Make
leaf-soba commented on PR #18926:
URL: https://github.com/apache/kafka/pull/18926#issuecomment-2670367999
Hi @ijuma, @chia7712, @gongxuanzhang, could you please take a look?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
mjsax commented on PR #15615:
URL: https://github.com/apache/kafka/pull/15615#issuecomment-2670306856
@AyoubOm -- I am finally spending time on this. I am still muling over the
problem etc... Not sure if you are still interested to contribute a fix? If
not, also ok with me, and I can submit
Matthias J. Sax created KAFKA-18836:
---
Summary: Make ConsumerGroupMetadata an interface
Key: KAFKA-18836
URL: https://issues.apache.org/jira/browse/KAFKA-18836
Project: Kafka
Issue Type: Imp
mjsax commented on PR #18887:
URL: https://github.com/apache/kafka/pull/18887#issuecomment-2670317669
@nilmadhab -- I am actively working on my side to dig into FK join to
refresh my memory and to fully understand the problem and fix, and will cycle
back soon.
One thing I noticed is,
m1a2st commented on code in PR #18961:
URL: https://github.com/apache/kafka/pull/18961#discussion_r1962771254
##
docs/zk2kraft.html:
##
@@ -15,14 +15,17 @@
limitations under the License.
-->
-
-
-
-
+
+
+
-Significant Chang
frankvicky commented on PR #18961:
URL: https://github.com/apache/kafka/pull/18961#issuecomment-2670312682
In order to the future section of `Kraft related-features`, I have slightly
modified the content of `zk2kraft`:
;
[
https://issues.apache.org/jira/browse/KAFKA-10902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk True updated KAFKA-10902:
--
Component/s: clients
> IllegalMonitorStateException in KafkaProducer.waitOnMetadata
>
ahuang98 commented on code in PR #18852:
URL: https://github.com/apache/kafka/pull/18852#discussion_r1962415345
##
core/src/main/scala/kafka/log/UnifiedLog.scala:
##
@@ -1086,63 +1088,79 @@ class UnifiedLog(@volatile var logStartOffset: Long,
var shallowOffsetOfMaxTimestamp
[
https://issues.apache.org/jira/browse/KAFKA-18835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lianet Magrans resolved KAFKA-18835.
Resolution: Duplicate
> Remove redundant kraft quorum param from consumer integration test
[
https://issues.apache.org/jira/browse/KAFKA-18835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928599#comment-17928599
]
Lianet Magrans commented on KAFKA-18835:
It's a dup indeed, I wasn't aware of th
[
https://issues.apache.org/jira/browse/KAFKA-16918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-16918.
Fix Version/s: 4.1.0
Resolution: Fixed
> TestUtils#assertFutureThrows should use fu
chia7712 merged PR #18891:
URL: https://github.com/apache/kafka/pull/18891
--
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...@kafka.apache
[
https://issues.apache.org/jira/browse/KAFKA-18835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928589#comment-17928589
]
黃竣陽 commented on KAFKA-18835:
-
Hello [~lianetm], It is a dulpicate of KAFKA-18695? Or should
chia7712 commented on code in PR #18970:
URL: https://github.com/apache/kafka/pull/18970#discussion_r1962493256
##
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/GroupCoordinatorConfigTest.java:
##
@@ -46,8 +46,8 @@
public class GroupCoordinatorConfigTest
chia7712 commented on PR #18972:
URL: https://github.com/apache/kafka/pull/18972#issuecomment-2669973567
Another way is to reset the log level in
`testSetLevelWithValidRootLoggerNames`. It changes "all" loggers, so it may
impact other tests too.
--
This is an automated message from the A
[
https://issues.apache.org/jira/browse/KAFKA-18822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-18822.
Resolution: Duplicate
see KAFKA-18834
> Fail test LoggingResourceTest#testSetLevelDefault
[
https://issues.apache.org/jira/browse/KAFKA-17420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928582#comment-17928582
]
Matthias J. Sax commented on KAFKA-17420:
-
Just stumbled across this ticket. Loo
chia7712 commented on code in PR #18972:
URL: https://github.com/apache/kafka/pull/18972#discussion_r1962485553
##
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/rest/resources/LoggingResourceTest.java:
##
@@ -113,7 +113,7 @@ public void setLevelWithInvalidArgTes
mjsax merged PR #18835:
URL: https://github.com/apache/kafka/pull/18835
--
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...@kafka.apache.or
dongnuo123 opened a new pull request, #18974:
URL: https://github.com/apache/kafka/pull/18974
This patch filters out the topic describe unauthorized topics from the
ConsumerGroupHeartbeat and ConsumerGroupDescribe response.
### Committer Checklist (excluded from commit message)
- [
mumrah commented on PR #18770:
URL: https://github.com/apache/kafka/pull/18770#issuecomment-2669850896
@chia7712 can you take another look at this one?
--
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
ahuang98 commented on code in PR #18852:
URL: https://github.com/apache/kafka/pull/18852#discussion_r1962425394
##
core/src/main/scala/kafka/log/UnifiedLog.scala:
##
@@ -1159,6 +1180,25 @@ class UnifiedLog(@volatile var logStartOffset: Long,
validBytesCount, lastOffsetOfF
chia7712 commented on PR #18972:
URL: https://github.com/apache/kafka/pull/18972#issuecomment-2669837799
Personally, I prefer to adjust the level for the testSetLevelDefaultScope.
Please see my comment on the jira
--
This is an automated message from the Apache Git Service.
To respond to
bbejeck commented on code in PR #18673:
URL: https://github.com/apache/kafka/pull/18673#discussion_r1962348788
##
docs/ops.html:
##
@@ -2888,6 +2898,21 @@
Review Comment:
```suggestion
The fraction of time the thread spends performing punctuating
actions on acti
mjsax merged PR #18877:
URL: https://github.com/apache/kafka/pull/18877
--
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...@kafka.apache.or
mumrah closed pull request #18973: Test another PR with multiple commits
URL: https://github.com/apache/kafka/pull/18973
--
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 unsu
[
https://issues.apache.org/jira/browse/KAFKA-18835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lianet Magrans updated KAFKA-18835:
---
Component/s: consumer
> Remove redundant kraft quorum param from consumer integration tests
lianetm merged PR #18965:
URL: https://github.com/apache/kafka/pull/18965
--
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...@kafka.apache.
mjsax commented on code in PR #18877:
URL: https://github.com/apache/kafka/pull/18877#discussion_r1962363168
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/SinkNode.java:
##
@@ -56,18 +56,19 @@ public void addChild(final ProcessorNode
child) {
th
Lianet Magrans created KAFKA-18835:
--
Summary: Remove redundant kraft quorum param from consumer
integration tests
Key: KAFKA-18835
URL: https://issues.apache.org/jira/browse/KAFKA-18835
Project: Kafk
[
https://issues.apache.org/jira/browse/KAFKA-18791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Arthur resolved KAFKA-18791.
--
Resolution: Fixed
> Set default commit message to PR title + body
> --
mingdaoy opened a new pull request, #18972:
URL: https://github.com/apache/kafka/pull/18972
https://issues.apache.org/jira/browse/KAFKA-18834
```
./gradlew cleanTest connect:runtime:test --tests
LoggersTest.testSetLevelWithValidRootLoggerNames --tests
LoggingResourceTest.testSetLe
mumrah merged PR #18967:
URL: https://github.com/apache/kafka/pull/18967
--
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...@kafka.apache.o
mumrah commented on PR #18967:
URL: https://github.com/apache/kafka/pull/18967#issuecomment-2669615504
Here is a PR with one commit:
https://github.com/user-attachments/assets/02bb13d3-ef33-44c4-a0fe-c0f6ba6cdfd3";
/>
And one with multiple commits:
https://github.com/use
mumrah opened a new pull request, #18973:
URL: https://github.com/apache/kafka/pull/18973
Hopefully we see this message instead of the individual commits in a list.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
mumrah closed pull request #18971: Testing a PR with one commit
URL: https://github.com/apache/kafka/pull/18971
--
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,
mumrah opened a new pull request, #18971:
URL: https://github.com/apache/kafka/pull/18971
Hopefully this shows as the commit message and not "commit one"
--
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
[
https://issues.apache.org/jira/browse/KAFKA-18834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928553#comment-17928553
]
Mingdao Yang commented on KAFKA-18834:
--
Hi Chia-Ping, I'd be interested in working
[
https://issues.apache.org/jira/browse/KAFKA-18834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mingdao Yang reassigned KAFKA-18834:
Assignee: Mingdao Yang (was: Chia-Ping Tsai)
> Fix LoggingResourceTest#testSetLevelDefau
ijuma commented on PR #18961:
URL: https://github.com/apache/kafka/pull/18961#issuecomment-2669547889
I merged a change to `upgrade.html`, it would be good to resolve the
conflicts.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
junrao commented on code in PR #18737:
URL: https://github.com/apache/kafka/pull/18737#discussion_r1962213079
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerMembershipManager.java:
##
@@ -123,8 +123,7 @@ public class ConsumerMembershipManager extend
[
https://issues.apache.org/jira/browse/KAFKA-18834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928509#comment-17928509
]
Chia-Ping Tsai commented on KAFKA-18834:
`testSetLevelDefaultScope` should set t
CalvinConfluent commented on code in PR #18952:
URL: https://github.com/apache/kafka/pull/18952#discussion_r1962165856
##
tests/kafkatest/tests/client/truncation_test.py:
##
@@ -112,7 +117,10 @@ def none_consumed(this, consumer):
pre_truncation_pos = consumer.current_
[
https://issues.apache.org/jira/browse/KAFKA-18579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kaushik Raina updated KAFKA-18579:
--
Fix Version/s: 4.0.0
(was: 4.1.0)
> Add TransactionAbortableException i
jsancio commented on code in PR #18852:
URL: https://github.com/apache/kafka/pull/18852#discussion_r1960729769
##
core/src/main/scala/kafka/log/UnifiedLog.scala:
##
@@ -1159,6 +1177,25 @@ class UnifiedLog(@volatile var logStartOffset: Long,
validBytesCount, lastOffsetOfFi
[
https://issues.apache.org/jira/browse/KAFKA-18579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kaushik Raina resolved KAFKA-18579.
---
Resolution: Fixed
> Add TransactionAbortableException instruction in docs
>
ijuma commented on PR #18965:
URL: https://github.com/apache/kafka/pull/18965#issuecomment-2669452444
> We could remove the quorum, and just update the check for isShareGroupTest
here
I pushed a commit that tries to address this - it's a bit odd, but aligned
with the current mechanis
lianetm commented on code in PR #18965:
URL: https://github.com/apache/kafka/pull/18965#discussion_r1961868457
##
core/src/test/scala/integration/kafka/api/SaslSslAdminIntegrationTest.scala:
##
@@ -131,10 +130,10 @@ class SaslSslAdminIntegrationTest extends
BaseAdminIntegration
cmccabe commented on code in PR #18898:
URL: https://github.com/apache/kafka/pull/18898#discussion_r1962157974
##
docs/ops.html:
##
@@ -4281,6 +4281,32 @@ 6.12 Eligible
Leader Replicas
+
+ Overview
+
+ Starting from Apache Kafka 4.0, Eligible Leader Replicas (https://cwiki.ap
mingdaoy commented on code in PR #18961:
URL: https://github.com/apache/kafka/pull/18961#discussion_r1961901627
##
docs/toc.html:
##
@@ -27,6 +27,9 @@
1.3 Quick Start
1.4 Ecosystem
1.5 Upgrading
+
+
ijuma commented on PR #18961:
URL: https://github.com/apache/kafka/pull/18961#issuecomment-2668763269
I was thinking that this information is related to the migration from zk to
kraft more so than the upgrade to 4.0. We removed the zk to kraft migration
docs from trunk and instead, link to
cmccabe commented on PR #18954:
URL: https://github.com/apache/kafka/pull/18954#issuecomment-2669387382
@dajac I commented that this is probably not the right approach. We
probably need some kind of custom logic for what you are trying to do since the
framework treats the associated MV of
ahuang98 commented on PR #18600:
URL: https://github.com/apache/kafka/pull/18600#issuecomment-2669367334
Perhaps we can leave my suggestions in
https://github.com/apache/kafka/pull/18600#pullrequestreview-2587264814 as out
of scope - I'll give another review today and see if @jsancio has ti
ahuang98 commented on PR #18600:
URL: https://github.com/apache/kafka/pull/18600#issuecomment-2669365217
> the easiest way is to test all protocols since the key difference between
these protocols is support re-config or not.
WDYT?
I don't disagree it would be easy/fine to test all
cmccabe merged PR #18958:
URL: https://github.com/apache/kafka/pull/18958
--
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...@kafka.apache.
AndrewJSchofield merged PR #18964:
URL: https://github.com/apache/kafka/pull/18964
--
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...@kafk
dajac opened a new pull request, #18970:
URL: https://github.com/apache/kafka/pull/18970
I was looking into GroupCoordinatorConfigs to review configurations that we
will ship with Apache Kafka 4.0. I found out that it was pretty disorganised.
This patch cleans up the format and re-groups th
ijuma merged PR #18960:
URL: https://github.com/apache/kafka/pull/18960
--
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...@kafka.apache.or
[
https://issues.apache.org/jira/browse/KAFKA-18834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928510#comment-17928510
]
Chia-Ping Tsai commented on KAFKA-18834:
{code:java}
Gradle Test Run :connect:r
Chia-Ping Tsai created KAFKA-18834:
--
Summary: Fix LoggingResourceTest#testSetLevelDefaultScope
Key: KAFKA-18834
URL: https://issues.apache.org/jira/browse/KAFKA-18834
Project: Kafka
Issue Ty
[
https://issues.apache.org/jira/browse/KAFKA-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928507#comment-17928507
]
Greg Harris commented on KAFKA-18833:
-
Hi [~sergeykad] Thanks for the ticket!
Unfor
[
https://issues.apache.org/jira/browse/KAFKA-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Harris resolved KAFKA-18833.
-
Resolution: Invalid
> Infinite loop on authenticcation error with AWS MSK AIM
>
jolshan merged PR #18942:
URL: https://github.com/apache/kafka/pull/18942
--
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...@kafka.apache.
chia7712 commented on PR #18961:
URL: https://github.com/apache/kafka/pull/18961#issuecomment-2669244820
> Create a page with a title: "Differences between kraft mode and zk mode".
This page exists in trunk/4.0 and describes the differences between both. This
is useful for anyone that is fa
[
https://issues.apache.org/jira/browse/KAFKA-15636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928493#comment-17928493
]
Shivsundar R edited comment on KAFKA-15636 at 2/19/25 4:30 PM:
---
manoj-mathivanan commented on PR #18391:
URL: https://github.com/apache/kafka/pull/18391#issuecomment-2669113214
> @manoj-mathivanan could you please merge trunk to run CI again?
@chia7712 Thank you soo much for looking into this. The CI has completed.
Can you help with the next st
dajac commented on code in PR #18952:
URL: https://github.com/apache/kafka/pull/18952#discussion_r1962052021
##
tests/kafkatest/tests/client/truncation_test.py:
##
@@ -112,7 +117,10 @@ def none_consumed(this, consumer):
pre_truncation_pos = consumer.current_position(t
dajac commented on code in PR #18923:
URL: https://github.com/apache/kafka/pull/18923#discussion_r1962047980
##
core/src/test/java/kafka/server/integration/EligibleLeaderReplicasIntegrationTest.java:
##
@@ -417,11 +417,21 @@ public void
testLastKnownLeaderShouldBeElectedIfEmpty
frankvicky opened a new pull request, #18969:
URL: https://github.com/apache/kafka/pull/18969
JIRA: KAFKA-18331
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify do
Sergey Kadaner created KAFKA-18833:
--
Summary: Infinite loop on authenticcation error with AWS MSK AIM
Key: KAFKA-18833
URL: https://issues.apache.org/jira/browse/KAFKA-18833
Project: Kafka
I
smjn opened a new pull request, #18968:
URL: https://github.com/apache/kafka/pull/18968
*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
[
https://issues.apache.org/jira/browse/KAFKA-15636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928493#comment-17928493
]
Shivsundar R edited comment on KAFKA-15636 at 2/19/25 4:30 PM:
---
[
https://issues.apache.org/jira/browse/KAFKA-15636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928493#comment-17928493
]
Shivsundar R commented on KAFKA-15636:
--
Hi [~kirktrue] , I was looking into this. Y
1 - 100 of 155 matches
Mail list logo