Re: [PR] KAFKA-17885: Enable clients to rebootstrap based on timeout or error code (KIP-1102) [kafka]

2024-11-09 Thread via GitHub
rajinisivaram commented on code in PR #17720: URL: https://github.com/apache/kafka/pull/17720#discussion_r1835335844 ## clients/src/main/java/org/apache/kafka/clients/NetworkClient.java: ## @@ -1236,6 +1316,12 @@ public void close() { this.metadata.close();

Re: [PR] KAFKA-17885: Enable clients to rebootstrap based on timeout or error code (KIP-1102) [kafka]

2024-11-09 Thread via GitHub
rajinisivaram commented on PR #17720: URL: https://github.com/apache/kafka/pull/17720#issuecomment-2466164414 @apoorvmittal10 Thanks for the review, I have responded to the comments. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] KAFKA-17885: Enable clients to rebootstrap based on timeout or error code (KIP-1102) [kafka]

2024-11-09 Thread via GitHub
rajinisivaram commented on code in PR #17720: URL: https://github.com/apache/kafka/pull/17720#discussion_r1835335426 ## clients/src/main/java/org/apache/kafka/clients/admin/internals/AdminMetadataManager.java: ## @@ -289,17 +304,24 @@ public void update(Cluster cluster, long now

Re: [PR] KAFKA-17885: Enable clients to rebootstrap based on timeout or error code (KIP-1102) [kafka]

2024-11-09 Thread via GitHub
rajinisivaram commented on code in PR #17720: URL: https://github.com/apache/kafka/pull/17720#discussion_r1835335638 ## clients/src/main/java/org/apache/kafka/clients/NetworkClient.java: ## @@ -166,11 +169,51 @@ public NetworkClient(Selectable selector, time,

Re: [PR] KAFKA-17925: Convert Kafka Client integration tests to use KRaft [kafka]

2024-11-09 Thread via GitHub
kirktrue commented on code in PR #17670: URL: https://github.com/apache/kafka/pull/17670#discussion_r1835554434 ## core/src/test/scala/integration/kafka/server/FetchRequestTestDowngrade.scala: ## @@ -43,8 +43,9 @@ class FetchRequestTestDowngrade extends BaseRequestTest {

Re: [PR] KAFKA-17974: Upgrade gradle from 8.10 to 8.10.2 [kafka]

2024-11-09 Thread via GitHub
chia7712 commented on code in PR #17734: URL: https://github.com/apache/kafka/pull/17734#discussion_r1835604703 ## gradle/wrapper/gradle-wrapper.properties: ## @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionSha256Sum=682b4df7fe5a

[jira] [Commented] (KAFKA-17928) Make remote log manager thread-pool configs dynamic

2024-11-09 Thread Kamal Chandraprakash (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896991#comment-17896991 ] Kamal Chandraprakash commented on KAFKA-17928: -- [~peterxcli]  The KIP got

Re: [PR] KAFKA-17053: Restructure build.gradle to configure publishing last [kafka]

2024-11-09 Thread via GitHub
KTKTK-HZ commented on code in PR #16950: URL: https://github.com/apache/kafka/pull/16950#discussion_r1835609331 ## build.gradle: ## @@ -41,7 +41,7 @@ plugins { id "com.github.spotbugs" version '6.0.25' apply false id 'org.scoverage' version '8.0.3' apply false - id 'io.

[PR] KAFKA-17569: Rewrite TestLinearWriteSpeed by Java [kafka]

2024-11-09 Thread via GitHub
frankvicky opened a new pull request, #17736: URL: https://github.com/apache/kafka/pull/17736 JIRA: KAFKA-17569 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentat

Re: [PR] KAFKA-17053: Restructure build.gradle to configure publishing last [kafka]

2024-11-09 Thread via GitHub
KTKTK-HZ commented on code in PR #16950: URL: https://github.com/apache/kafka/pull/16950#discussion_r1835609331 ## build.gradle: ## @@ -41,7 +41,7 @@ plugins { id "com.github.spotbugs" version '6.0.25' apply false id 'org.scoverage' version '8.0.3' apply false - id 'io.

[jira] [Assigned] (KAFKA-17928) Make remote log manager thread-pool configs dynamic

2024-11-09 Thread Peter Lee (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Lee reassigned KAFKA-17928: - Assignee: Peter Lee > Make remote log manager thread-pool configs dynamic > ---

[PR] KAFKA-17974: Upgrade gradle from 8.10 to 8.10.2 [kafka]

2024-11-09 Thread via GitHub
chiacyu opened a new pull request, #17734: URL: https://github.com/apache/kafka/pull/17734 As titled, please [KAFKA-17974](https://issues.apache.org/jira/browse/KAFKA-17974) for further details. ### Committer Checklist (excluded from commit message) - [ ] Verify design and impleme

[jira] [Assigned] (KAFKA-17975) Remove ControllerQuorumVotersFutureManager

2024-11-09 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai reassigned KAFKA-17975: -- Assignee: Kuan Po Tseng (was: Chia-Ping Tsai) > Remove ControllerQuorumVotersFutureM

Re: [PR] KAFKA-16780: Txn consumer exerts pressure on remote storage when collecting aborted txns [kafka]

2024-11-09 Thread via GitHub
kamalcph commented on code in PR #17659: URL: https://github.com/apache/kafka/pull/17659#discussion_r1835568807 ## storage/api/src/main/java/org/apache/kafka/server/log/remote/storage/RemoteLogMetadataManager.java: ## @@ -209,4 +209,18 @@ void onPartitionLeadershipChanges(Set l

Re: [PR] KAFKA-16780: Txn consumer exerts pressure on remote storage when collecting aborted txns [kafka]

2024-11-09 Thread via GitHub
kamalcph commented on code in PR #17659: URL: https://github.com/apache/kafka/pull/17659#discussion_r1835568807 ## storage/api/src/main/java/org/apache/kafka/server/log/remote/storage/RemoteLogMetadataManager.java: ## @@ -209,4 +209,18 @@ void onPartitionLeadershipChanges(Set l

Re: [PR] KAFKA-17923: Remove old kafka version from e2e [kafka]

2024-11-09 Thread via GitHub
FrankYang0529 commented on code in PR #17673: URL: https://github.com/apache/kafka/pull/17673#discussion_r1835569444 ## tests/kafkatest/sanity_checks/test_performance_services.py: ## @@ -38,15 +38,9 @@ def setUp(self): self.zk.start() @cluster(num_nodes=5) -

[jira] [Commented] (KAFKA-17975) Remove ControllerQuorumVotersFutureManager

2024-11-09 Thread Kuan Po Tseng (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896984#comment-17896984 ] Kuan Po Tseng commented on KAFKA-17975: --- Gentle ping [~chia7712] , I can help on t

[PR] KAFKA-16780: Document the new RLMM#nextSegmentWithTxnIndex API in upgrade notes [kafka]

2024-11-09 Thread via GitHub
kamalcph opened a new pull request, #17735: URL: https://github.com/apache/kafka/pull/17735 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgr

Re: [PR] KAFKA-16780: Document the new RLMM#nextSegmentWithTxnIndex API in upgrade notes [kafka]

2024-11-09 Thread via GitHub
kamalcph commented on PR #17735: URL: https://github.com/apache/kafka/pull/17735#issuecomment-2466566407 Could you share the instructions to preview the upgrade notes? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] KAFKA-17923: Remove old kafka version from e2e [kafka]

2024-11-09 Thread via GitHub
FrankYang0529 commented on code in PR #17673: URL: https://github.com/apache/kafka/pull/17673#discussion_r1835570270 ## tests/kafkatest/sanity_checks/test_performance_services.py: ## @@ -38,15 +38,9 @@ def setUp(self): self.zk.start() @cluster(num_nodes=5) -

Re: [PR] KAFKA-17779: Refactor Flaky RLM Test [kafka]

2024-11-09 Thread via GitHub
kamalcph commented on PR #17724: URL: https://github.com/apache/kafka/pull/17724#issuecomment-2466572792 The patch LGTM, will wait for the CI to complete. -- 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

Re: [PR] KAFKA-17872: Update consumed offsets on records with invalid timestamp [kafka]

2024-11-09 Thread via GitHub
mjsax merged PR #17710: URL: https://github.com/apache/kafka/pull/17710 -- 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

Re: [PR] KAFKA-17779: Refactor Flaky RLM Test [kafka]

2024-11-09 Thread via GitHub
wperlichek commented on PR #17724: URL: https://github.com/apache/kafka/pull/17724#issuecomment-2466602270 > The patch LGTM, will wait for the CI to complete. Thanks for the help. Looks like CI successfully completed! -- This is an automated message from the Apache Git Service. To r

Re: [PR] KAFKA-17910: Create integration tests for Admin.listGroups and Admin.describeClassicGroups [kafka]

2024-11-09 Thread via GitHub
chia7712 commented on code in PR #17712: URL: https://github.com/apache/kafka/pull/17712#discussion_r1835596925 ## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ## @@ -2087,6 +2087,128 @@ class PlaintextAdminIntegrationTest extends BaseAdminInte

Re: [PR] KAFKA-17779: Refactor Flaky RLM Test [kafka]

2024-11-09 Thread via GitHub
kamalcph merged PR #17724: URL: https://github.com/apache/kafka/pull/17724 -- 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

[jira] [Created] (KAFKA-17978) StreamsUpgradeTest#test_rolling_upgrade_with_2_bounces system tests fail

2024-11-09 Thread PoAn Yang (Jira)
PoAn Yang created KAFKA-17978: - Summary: StreamsUpgradeTest#test_rolling_upgrade_with_2_bounces system tests fail Key: KAFKA-17978 URL: https://issues.apache.org/jira/browse/KAFKA-17978 Project: Kafka

Re: [PR] KAFKA-17923: Remove old kafka version from e2e [kafka]

2024-11-09 Thread via GitHub
FrankYang0529 commented on PR #17673: URL: https://github.com/apache/kafka/pull/17673#issuecomment-2466613195 Hi @chia7712, I think this PR is ready. * For `client_compatibility_features_test.py` and `client_compatibility_produce_consume_test.py` failed cases, versions 2.1.1, 2.2.2,

Re: [PR] KAFKA-17925: Convert Kafka Client integration tests to use KRaft [kafka]

2024-11-09 Thread via GitHub
kirktrue commented on code in PR #17670: URL: https://github.com/apache/kafka/pull/17670#discussion_r1835553656 ## core/src/test/scala/integration/kafka/server/QuorumTestHarness.scala: ## @@ -204,10 +205,19 @@ abstract class QuorumTestHarness extends Logging { TestInfoUtils

Re: [PR] KAFKA-15931: Reopen TransactionIndex if channel is closed [kafka]

2024-11-09 Thread via GitHub
kamalcph commented on code in PR #15241: URL: https://github.com/apache/kafka/pull/15241#discussion_r1835574783 ## storage/src/main/java/org/apache/kafka/storage/internals/log/TransactionIndex.java: ## @@ -238,35 +207,137 @@ private Iterable iterable(Supplier allocate)

Re: [PR] KAFKA-15931: Reopen TransactionIndex if channel is closed [kafka]

2024-11-09 Thread via GitHub
kamalcph commented on PR #15241: URL: https://github.com/apache/kafka/pull/15241#issuecomment-2466582626 The patch LGTM. It needs second set of eyes as we are re-opening a closed index. cc @showuon @satishd PTAL. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] KAFKA-17923: Remove old kafka version from e2e [kafka]

2024-11-09 Thread via GitHub
FrankYang0529 commented on code in PR #17673: URL: https://github.com/apache/kafka/pull/17673#discussion_r1835576053 ## tests/kafkatest/sanity_checks/test_performance_services.py: ## @@ -38,15 +38,9 @@ def setUp(self): self.zk.start() @cluster(num_nodes=5) -

Re: [PR] KAFKA-17923: Remove old kafka version from e2e [kafka]

2024-11-09 Thread via GitHub
FrankYang0529 commented on code in PR #17673: URL: https://github.com/apache/kafka/pull/17673#discussion_r1835576053 ## tests/kafkatest/sanity_checks/test_performance_services.py: ## @@ -38,15 +38,9 @@ def setUp(self): self.zk.start() @cluster(num_nodes=5) -

[jira] [Created] (KAFKA-17976) Remove zk-only test: `FetchRequestTestDowngrade`

2024-11-09 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-17976: -- Summary: Remove zk-only test: `FetchRequestTestDowngrade` Key: KAFKA-17976 URL: https://issues.apache.org/jira/browse/KAFKA-17976 Project: Kafka Issue T

Re: [PR] KAFKA-17925: Convert Kafka Client integration tests to use KRaft [kafka]

2024-11-09 Thread via GitHub
chia7712 commented on code in PR #17670: URL: https://github.com/apache/kafka/pull/17670#discussion_r1835561177 ## core/src/test/scala/integration/kafka/server/FetchRequestTestDowngrade.scala: ## @@ -43,8 +43,9 @@ class FetchRequestTestDowngrade extends BaseRequestTest {

Re: [PR] KAFKA-17923: Remove old kafka version from e2e [kafka]

2024-11-09 Thread via GitHub
FrankYang0529 commented on code in PR #17673: URL: https://github.com/apache/kafka/pull/17673#discussion_r1835561960 ## tests/kafkatest/services/performance/consumer_performance.py: ## @@ -77,9 +77,6 @@ def __init__(self, context, num_nodes, kafka, topic, messages, version=DEV_

[jira] [Assigned] (KAFKA-17976) Remove zk-only test: `FetchRequestTestDowngrade`

2024-11-09 Thread Chia-Chuan Yu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Chuan Yu reassigned KAFKA-17976: - Assignee: Chia-Chuan Yu (was: Chia-Ping Tsai) > Remove zk-only test: `FetchRequestTest

[jira] [Resolved] (KAFKA-17925) Convert Kafka Client integration tests to use KRaft

2024-11-09 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-17925. Resolution: Fixed > Convert Kafka Client integration tests to use KRaft >

Re: [PR] KAFKA-17925: Convert Kafka Client integration tests to use KRaft [kafka]

2024-11-09 Thread via GitHub
chia7712 commented on PR #17670: URL: https://github.com/apache/kafka/pull/17670#issuecomment-2466555239 `SaslPlainPlaintextConsumerTest`, `ConsumerBounceTest`, `TransactionsExpirationTest` they pass on my local -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] KAFKA-17872: Update consumed offsets on records with invalid timestamp [kafka]

2024-11-09 Thread via GitHub
mjsax commented on PR #17710: URL: https://github.com/apache/kafka/pull/17710#issuecomment-2466555064 Merged to `trunk` and cherry-picked to `3.9`, `3.8`, and `3.7` branches. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] KAFKA-17925: Convert Kafka Client integration tests to use KRaft [kafka]

2024-11-09 Thread via GitHub
chia7712 merged PR #17670: URL: https://github.com/apache/kafka/pull/17670 -- 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

[PR] KAFKA-17688 Move TransactionsTest to storage module [kafka]

2024-11-09 Thread via GitHub
m1a2st opened a new pull request, #17732: URL: https://github.com/apache/kafka/pull/17732 Jira: https://issues.apache.org/jira/browse/KAFKA-17688 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build

[PR] KAFKA-17801: RemoteLogManager may compute inaccurate upperBoundOffset for aborted txns [kafka]

2024-11-09 Thread via GitHub
kamalcph opened a new pull request, #17733: URL: https://github.com/apache/kafka/pull/17733 This is a cherry-pick of #17676 PR ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [

[jira] [Reopened] (KAFKA-17801) RemoteLogManager may compute inaccurate upperBoundOffset for aborted txns

2024-11-09 Thread Kamal Chandraprakash (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamal Chandraprakash reopened KAFKA-17801: -- > RemoteLogManager may compute inaccurate upperBoundOffset for aborted txns >

Re: [PR] KAFKA-17923: Remove old kafka version from e2e [kafka]

2024-11-09 Thread via GitHub
chia7712 commented on code in PR #17673: URL: https://github.com/apache/kafka/pull/17673#discussion_r1835567141 ## tests/kafkatest/services/performance/consumer_performance.py: ## @@ -77,9 +77,6 @@ def __init__(self, context, num_nodes, kafka, topic, messages, version=DEV_BRANC

Re: [PR] KAFKA-17923: Remove old kafka version from e2e [kafka]

2024-11-09 Thread via GitHub
chia7712 commented on code in PR #17673: URL: https://github.com/apache/kafka/pull/17673#discussion_r1835567388 ## tests/kafkatest/services/performance/consumer_performance.py: ## @@ -77,9 +77,6 @@ def __init__(self, context, num_nodes, kafka, topic, messages, version=DEV_BRANC

[jira] [Created] (KAFKA-17977) Remove new_consumer from E2E

2024-11-09 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-17977: -- Summary: Remove new_consumer from E2E Key: KAFKA-17977 URL: https://issues.apache.org/jira/browse/KAFKA-17977 Project: Kafka Issue Type: Sub-task

Re: [PR] KAFKA-17923: Remove old kafka version from e2e [kafka]

2024-11-09 Thread via GitHub
FrankYang0529 commented on code in PR #17673: URL: https://github.com/apache/kafka/pull/17673#discussion_r1835568028 ## tests/kafkatest/sanity_checks/test_performance_services.py: ## @@ -38,15 +38,9 @@ def setUp(self): self.zk.start() @cluster(num_nodes=5) -

Re: [PR] KAFKA-17663: Add metadata caching in PartitionLeaderStrategy [kafka]

2024-11-09 Thread via GitHub
chia7712 commented on code in PR #17367: URL: https://github.com/apache/kafka/pull/17367#discussion_r1835288947 ## clients/src/test/java/org/apache/kafka/clients/admin/internals/PartitionLeaderStrategyIntegrationTest.java: ## @@ -0,0 +1,494 @@ +/* + * Licensed to the Apache Soft

Re: [PR] KAFKA-17970: Moving some share purgatory classes from core to share module [kafka]

2024-11-09 Thread via GitHub
chia7712 merged PR #17722: URL: https://github.com/apache/kafka/pull/17722 -- 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

[jira] [Resolved] (KAFKA-17970) Move some purgatory classes from core to share

2024-11-09 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-17970. Fix Version/s: 4.0.0 Resolution: Fixed > Move some purgatory classes from core to s

[jira] [Created] (KAFKA-17975) Remove ControllerQuorumVotersFutureManager

2024-11-09 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-17975: -- Summary: Remove ControllerQuorumVotersFutureManager Key: KAFKA-17975 URL: https://issues.apache.org/jira/browse/KAFKA-17975 Project: Kafka Issue Type: Im

[jira] [Resolved] (KAFKA-17837) Rewrite DeleteTopicTest

2024-11-09 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-17837. Fix Version/s: 4.0.0 Resolution: Fixed > Rewrite DeleteTopicTest > ---

Re: [PR] KAFKA-17837: Rewrite DeleteTopicTest [kafka]

2024-11-09 Thread via GitHub
chia7712 merged PR #17579: URL: https://github.com/apache/kafka/pull/17579 -- 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

Re: [PR] Move StopPartition to server-common [kafka]

2024-11-09 Thread via GitHub
chia7712 merged PR #17704: URL: https://github.com/apache/kafka/pull/17704 -- 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

Re: [PR] KAFKA-17923: Remove old kafka version from e2e [kafka]

2024-11-09 Thread via GitHub
chia7712 commented on code in PR #17673: URL: https://github.com/apache/kafka/pull/17673#discussion_r1835508337 ## tests/kafkatest/sanity_checks/test_performance_services.py: ## @@ -38,15 +38,9 @@ def setUp(self): self.zk.start() @cluster(num_nodes=5) -#

Re: [PR] KAFKA-15549: Bump swagger dependency version [kafka]

2024-11-09 Thread via GitHub
chia7712 merged PR #17730: URL: https://github.com/apache/kafka/pull/17730 -- 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

[jira] [Resolved] (KAFKA-15549) Bump swagger dependency version

2024-11-09 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-15549. Resolution: Fixed > Bump swagger dependency version > --- > >

Re: [PR] Move StopPartition to server-common [kafka]

2024-11-09 Thread via GitHub
mimaison commented on PR #17704: URL: https://github.com/apache/kafka/pull/17704#issuecomment-2466439939 Thanks for the review! -- 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 commen

Re: [PR] KAFKA-17925: Convert Kafka Client integration tests to use KRaft [kafka]

2024-11-09 Thread via GitHub
chia7712 commented on PR #17670: URL: https://github.com/apache/kafka/pull/17670#issuecomment-2466441612 @kirktrue Could you please fix the conflicts and comment (https://github.com/apache/kafka/pull/17670#discussion_r1835100820)? I'd like to merge this PR -- This is an automated messag

Re: [PR] KAFKA-17053: Restructure build.gradle to configure publishing last [kafka]

2024-11-09 Thread via GitHub
chia7712 commented on code in PR #16950: URL: https://github.com/apache/kafka/pull/16950#discussion_r1835503294 ## build.gradle: ## @@ -41,7 +41,7 @@ plugins { id "com.github.spotbugs" version '6.0.25' apply false id 'org.scoverage' version '8.0.3' apply false - id 'io.

Re: [PR] KAFKA-17615: Remove KafkaServer references in tests [kafka]

2024-11-09 Thread via GitHub
mimaison commented on PR #17365: URL: https://github.com/apache/kafka/pull/17365#issuecomment-2466454973 @cmccabe Can you rebase to resolve the conflicts? Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] KAFKA-17787: Removed --zookeeper option and logic from ConfigCommand [kafka]

2024-11-09 Thread via GitHub
mimaison commented on code in PR #17507: URL: https://github.com/apache/kafka/pull/17507#discussion_r1835514323 ## core/src/test/java/kafka/admin/ConfigCommandTest.java: ## @@ -508,100 +426,56 @@ public void testExpectedEntityTypeNames(List expectedTypes, List assertEq

[PR] KAFKA-17601: Inter-broker connections do not expose their clientSoftwareName and clientSoftwareVersion tags [kafka]

2024-11-09 Thread via GitHub
FrankYang0529 opened a new pull request, #17731: URL: https://github.com/apache/kafka/pull/17731 When Kafka brokers are connecting to other brokers this information is not properly populated, we see the "unknown" value instead for both `ClientSoftwareName` and `ClientSoftwareVersion`. The r

Re: [PR] MINOR: Delete unused member from KafkaAdminClient [kafka]

2024-11-09 Thread via GitHub
chia7712 merged PR #17729: URL: https://github.com/apache/kafka/pull/17729 -- 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