[GitHub] [kafka] pprovenzano commented on a diff in pull request #13374: KRAFT-14765 and KRAFT-14776: Support for SCRAM at bootstrap with integration tests

2023-03-17 Thread via GitHub
pprovenzano commented on code in PR #13374: URL: https://github.com/apache/kafka/pull/13374#discussion_r1140947822 ## core/src/main/scala/kafka/tools/StorageTool.scala: ## @@ -128,6 +152,108 @@ object StorageTool extends Logging { .getOrElse(defaultValue) } + def ge

[GitHub] [kafka] pprovenzano commented on a diff in pull request #13374: KRAFT-14765 and KRAFT-14776: Support for SCRAM at bootstrap with integration tests

2023-03-17 Thread via GitHub
pprovenzano commented on code in PR #13374: URL: https://github.com/apache/kafka/pull/13374#discussion_r1140945073 ## core/src/main/scala/kafka/tools/StorageTool.scala: ## @@ -214,6 +340,24 @@ object StorageTool extends Logging { } } + def buildBootstrapMetadata(metad

[GitHub] [kafka] pprovenzano commented on a diff in pull request #13374: KRAFT-14765 and KRAFT-14776: Support for SCRAM at bootstrap with integration tests

2023-03-17 Thread via GitHub
pprovenzano commented on code in PR #13374: URL: https://github.com/apache/kafka/pull/13374#discussion_r114092 ## core/src/test/scala/integration/kafka/server/ScramServerStartupTest.scala: ## @@ -1,65 +0,0 @@ -/** Review Comment: I moved it to SaslScramSslEndToEndAuthori

[GitHub] [kafka] pprovenzano commented on a diff in pull request #13374: KRAFT-14765 and KRAFT-14776: Support for SCRAM at bootstrap with integration tests

2023-03-17 Thread via GitHub
pprovenzano commented on code in PR #13374: URL: https://github.com/apache/kafka/pull/13374#discussion_r1140938158 ## clients/src/main/java/org/apache/kafka/common/security/scram/internals/ScramMechanism.java: ## @@ -23,13 +23,15 @@ public enum ScramMechanism { -SCRAM_S

[jira] [Assigned] (KAFKA-14814) Skip restart of connectors when redundant resume request is made

2023-03-17 Thread Yash Mayya (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yash Mayya reassigned KAFKA-14814: -- Assignee: Yash Mayya > Skip restart of connectors when redundant resume request is made > ---

[GitHub] [kafka] satishd commented on a diff in pull request #13362: KAFKA-14795: Provide message formatter for RemoteLogMetadata

2023-03-17 Thread via GitHub
satishd commented on code in PR #13362: URL: https://github.com/apache/kafka/pull/13362#discussion_r1140880048 ## storage/src/main/java/org/apache/kafka/server/log/remote/metadata/storage/serialization/RemoteLogMetadataSerde.java: ## @@ -107,4 +110,13 @@ private RemoteLogMetadat

[GitHub] [kafka] satishd commented on a diff in pull request #13362: KAFKA-14795: Provide message formatter for RemoteLogMetadata

2023-03-17 Thread via GitHub
satishd commented on code in PR #13362: URL: https://github.com/apache/kafka/pull/13362#discussion_r1140880048 ## storage/src/main/java/org/apache/kafka/server/log/remote/metadata/storage/serialization/RemoteLogMetadataSerde.java: ## @@ -107,4 +110,13 @@ private RemoteLogMetadat

[GitHub] [kafka] cmccabe commented on a diff in pull request #13374: KRAFT-14765 and KRAFT-14776: Support for SCRAM at bootstrap with integration tests

2023-03-17 Thread via GitHub
cmccabe commented on code in PR #13374: URL: https://github.com/apache/kafka/pull/13374#discussion_r1140835694 ## core/src/main/scala/kafka/tools/StorageTool.scala: ## @@ -128,6 +152,108 @@ object StorageTool extends Logging { .getOrElse(defaultValue) } + def getUse

[GitHub] [kafka] cmccabe commented on a diff in pull request #13374: KRAFT-14765 and KRAFT-14776: Support for SCRAM at bootstrap with integration tests

2023-03-17 Thread via GitHub
cmccabe commented on code in PR #13374: URL: https://github.com/apache/kafka/pull/13374#discussion_r1140833054 ## core/src/main/scala/kafka/tools/StorageTool.scala: ## @@ -214,6 +340,24 @@ object StorageTool extends Logging { } } + def buildBootstrapMetadata(metadataV

[GitHub] [kafka] cmccabe commented on a diff in pull request #13374: KRAFT-14765 and KRAFT-14776: Support for SCRAM at bootstrap with integration tests

2023-03-17 Thread via GitHub
cmccabe commented on code in PR #13374: URL: https://github.com/apache/kafka/pull/13374#discussion_r1140832364 ## core/src/main/scala/kafka/tools/StorageTool.scala: ## @@ -53,12 +61,23 @@ object StorageTool extends Logging { throw new TerseFailure(s"Must specify a v

[GitHub] [kafka] cmccabe commented on a diff in pull request #13374: KRAFT-14765 and KRAFT-14776: Support for SCRAM at bootstrap with integration tests

2023-03-17 Thread via GitHub
cmccabe commented on code in PR #13374: URL: https://github.com/apache/kafka/pull/13374#discussion_r1140832034 ## core/src/test/scala/integration/kafka/server/ScramServerStartupTest.scala: ## @@ -1,65 +0,0 @@ -/** Review Comment: Why did you delete this test? Can you add an

[GitHub] [kafka] cmccabe commented on a diff in pull request #13374: KRAFT-14765 and KRAFT-14776: Support for SCRAM at bootstrap with integration tests

2023-03-17 Thread via GitHub
cmccabe commented on code in PR #13374: URL: https://github.com/apache/kafka/pull/13374#discussion_r1140831327 ## metadata/src/main/java/org/apache/kafka/metadata/bootstrap/BootstrapMetadata.java: ## @@ -73,7 +73,7 @@ public static Optional recordToMetadataVersion(ApiMessage re

[GitHub] [kafka] cmccabe commented on a diff in pull request #13374: KRAFT-14765 and KRAFT-14776: Support for SCRAM at bootstrap with integration tests

2023-03-17 Thread via GitHub
cmccabe commented on code in PR #13374: URL: https://github.com/apache/kafka/pull/13374#discussion_r1140829757 ## clients/src/main/java/org/apache/kafka/common/security/scram/internals/ScramMechanism.java: ## @@ -23,13 +23,15 @@ public enum ScramMechanism { -SCRAM_SHA_2

[GitHub] [kafka] imcdo commented on a diff in pull request #13415: KAFKA-14816: Only load SSL properties when issuing cross-worker requests to HTTPS URLs

2023-03-17 Thread via GitHub
imcdo commented on code in PR #13415: URL: https://github.com/apache/kafka/pull/13415#discussion_r1140725883 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/rest/RestClient.java: ## @@ -97,7 +98,11 @@ public HttpResponse httpRequest(String url, String method,

[GitHub] [kafka] imcdo commented on a diff in pull request #13415: KAFKA-14816: Only load SSL properties when issuing cross-worker requests to HTTPS URLs

2023-03-17 Thread via GitHub
imcdo commented on code in PR #13415: URL: https://github.com/apache/kafka/pull/13415#discussion_r1140725883 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/rest/RestClient.java: ## @@ -97,7 +98,11 @@ public HttpResponse httpRequest(String url, String method,

[GitHub] [kafka] jolshan commented on pull request #13391: WIP: KAFKA-14561: Improve transactions experience for older clients by ensuring ongoing transaction

2023-03-17 Thread via GitHub
jolshan commented on PR #13391: URL: https://github.com/apache/kafka/pull/13391#issuecomment-1474405568 TODO: * config for the feature * request handling optimizations * confirm compatibility --> we may need Ibp -- This is an automated message from the Apache Git Service. To respo

[GitHub] [kafka] philipnee commented on pull request #13380: KAFKA-14468: Committed API

2023-03-17 Thread via GitHub
philipnee commented on PR #13380: URL: https://github.com/apache/kafka/pull/13380#issuecomment-1474404071 Hey @guozhangwang - I think i've addressed most of your questions except merging the request classes. It is a bit difficult right now as we sometimes need to access the fields before `

[GitHub] [kafka] guozhangwang commented on pull request #13380: KAFKA-14468: Committed API

2023-03-17 Thread via GitHub
guozhangwang commented on PR #13380: URL: https://github.com/apache/kafka/pull/13380#issuecomment-1474361224 @philipnee let me know when it's ready for another look. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [kafka] guozhangwang commented on a diff in pull request #13380: KAFKA-14468: Committed API

2023-03-17 Thread via GitHub
guozhangwang commented on code in PR #13380: URL: https://github.com/apache/kafka/pull/13380#discussion_r1140667236 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java: ## @@ -235,4 +373,105 @@ public void ack(final long currentTimeMs)

[GitHub] [kafka] jolshan commented on a diff in pull request #13415: KAFKA-14816: Only load SSL properties when issuing cross-worker requests to HTTPS URLs

2023-03-17 Thread via GitHub
jolshan commented on code in PR #13415: URL: https://github.com/apache/kafka/pull/13415#discussion_r1140662378 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/rest/RestClient.java: ## @@ -97,7 +98,11 @@ public HttpResponse httpRequest(String url, String metho

[GitHub] [kafka] vcrfxia commented on a diff in pull request #13409: KAFKA-14491: [18/N] Update versioned store to check latest value on timestamped get

2023-03-17 Thread via GitHub
vcrfxia commented on code in PR #13409: URL: https://github.com/apache/kafka/pull/13409#discussion_r1140636734 ## streams/src/main/java/org/apache/kafka/streams/state/VersionedKeyValueStore.java: ## @@ -59,12 +59,15 @@ * Delete the value associated with this key from the s

[GitHub] [kafka] C0urante commented on pull request #13415: KAFKA-14816: Only load SSL properties when issuing cross-worker requests to HTTPS URLs

2023-03-17 Thread via GitHub
C0urante commented on PR #13415: URL: https://github.com/apache/kafka/pull/13415#issuecomment-1474253239 cc @imcdo @gharris1727 -- 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

[GitHub] [kafka] C0urante opened a new pull request, #13415: KAFKA-14816: Only load SSL properties when issuing cross-worker requests to HTTPS URLs

2023-03-17 Thread via GitHub
C0urante opened a new pull request, #13415: URL: https://github.com/apache/kafka/pull/13415 [Jira](https://issues.apache.org/jira/browse/KAFKA-14816) This fixes a regression introduced in https://github.com/apache/kafka/pull/12828, which caused workers to start unconditionally loadin

[GitHub] [kafka] philipnee commented on a diff in pull request #13380: KAFKA-14468: Committed API

2023-03-17 Thread via GitHub
philipnee commented on code in PR #13380: URL: https://github.com/apache/kafka/pull/13380#discussion_r1140532145 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java: ## @@ -149,6 +185,29 @@ Queue stagedCommits() { return this.s

[GitHub] [kafka] philipnee commented on a diff in pull request #13380: KAFKA-14468: Committed API

2023-03-17 Thread via GitHub
philipnee commented on code in PR #13380: URL: https://github.com/apache/kafka/pull/13380#discussion_r1140528394 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java: ## @@ -235,4 +373,105 @@ public void ack(final long currentTimeMs) {

[jira] [Updated] (KAFKA-14816) Connect loading SSL configs when contacting non-HTTPS URLs

2023-03-17 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton updated KAFKA-14816: -- Summary: Connect loading SSL configs when contacting non-HTTPS URLs (was: Connect Http Client

[jira] [Updated] (KAFKA-14816) Connect Http Client loading SSL configs when contacting non-HTTPS URLs

2023-03-17 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton updated KAFKA-14816: -- Affects Version/s: 3.4.0 > Connect Http Client loading SSL configs when contacting non-HTTPS U

[jira] [Assigned] (KAFKA-14816) Connect Http Client loading SSL configs when contacting non-HTTPS URLs

2023-03-17 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton reassigned KAFKA-14816: - Assignee: Chris Egerton > Connect Http Client loading SSL configs when contacting non-H

[jira] [Updated] (KAFKA-14816) Connect Http Client loading SSL configs when contacting non-HTTPS URLs

2023-03-17 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton updated KAFKA-14816: -- Fix Version/s: 3.5.0 3.4.1 > Connect Http Client loading SSL configs when c

[jira] [Updated] (KAFKA-14816) Connect Http Client loading SSL configs when contacting non-HTTPS URLs

2023-03-17 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton updated KAFKA-14816: -- Priority: Blocker (was: Trivial) > Connect Http Client loading SSL configs when contacting no

[jira] [Updated] (KAFKA-14816) Connect Http Client loading SSL configs when contacting non-HTTPS URLs

2023-03-17 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton updated KAFKA-14816: -- Description: Due to changes made here: [https://github.com/apache/kafka/pull/12828] Connect no

[jira] [Updated] (KAFKA-14816) Connect Http Client loading SSL configs when contacting non-HTTPS URLs

2023-03-17 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton updated KAFKA-14816: -- Description: Due to changes made here: [https://github.com/apache/kafka/pull/12828] Connect no

[jira] [Commented] (KAFKA-14816) Connect Http Client loading SSL configs when contacting non-HTTPS URLs

2023-03-17 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701915#comment-17701915 ] Chris Egerton commented on KAFKA-14816: --- Thanks [~imcdo] for filing this. I believ

[jira] [Updated] (KAFKA-14816) Connect Http Client loading SSL configs when contacting non-HTTPS URLs

2023-03-17 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton updated KAFKA-14816: -- Description: Due to changes made here: [https://github.com/apache/kafka/pull/12828] Connect no

[jira] [Updated] (KAFKA-14816) Connect Http Client loading SSL configs when contacting non-HTTPS URLs

2023-03-17 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton updated KAFKA-14816: -- Summary: Connect Http Client loading SSL configs when contacting non-HTTPS URLs (was: Connect

[GitHub] [kafka] garyparrot commented on pull request #13398: KAFKA-6891: send.buffer.bytes should be allowed to set -1 in KafkaConnect

2023-03-17 Thread via GitHub
garyparrot commented on PR #13398: URL: https://github.com/apache/kafka/pull/13398#issuecomment-1474093045 Sure thing. -- 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 un

[GitHub] [kafka] philipnee commented on a diff in pull request #13380: KAFKA-14468: Committed API

2023-03-17 Thread via GitHub
philipnee commented on code in PR #13380: URL: https://github.com/apache/kafka/pull/13380#discussion_r1140442417 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java: ## @@ -149,6 +185,29 @@ Queue stagedCommits() { return this.s

[GitHub] [kafka] philipnee commented on a diff in pull request #13380: KAFKA-14468: Committed API

2023-03-17 Thread via GitHub
philipnee commented on code in PR #13380: URL: https://github.com/apache/kafka/pull/13380#discussion_r1140429707 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java: ## @@ -116,12 +114,21 @@ private void maybeAutoCommit(final long curre

[jira] [Assigned] (KAFKA-14585) Move StorageTool to tools

2023-03-17 Thread Muralidhar Basani (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Muralidhar Basani reassigned KAFKA-14585: - Assignee: Muralidhar Basani > Move StorageTool to tools > -

[jira] [Commented] (KAFKA-14585) Move StorageTool to tools

2023-03-17 Thread Muralidhar Basani (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701874#comment-17701874 ] Muralidhar Basani commented on KAFKA-14585: --- Great, thanks. > Move StorageToo

[jira] [Commented] (KAFKA-14585) Move StorageTool to tools

2023-03-17 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701871#comment-17701871 ] Mickael Maison commented on KAFKA-14585: Sure > Move StorageTool to tools > ---

[jira] [Commented] (KAFKA-14585) Move StorageTool to tools

2023-03-17 Thread Muralidhar Basani (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701869#comment-17701869 ] Muralidhar Basani commented on KAFKA-14585: --- Hi [~mimaison] , can I pick this

[GitHub] [kafka] mimaison commented on a diff in pull request #13373: Kafka-14420 Use incrementalAlterConfigs API for syncing topic configurations (KIP-894)

2023-03-17 Thread via GitHub
mimaison commented on code in PR #13373: URL: https://github.com/apache/kafka/pull/13373#discussion_r1140384184 ## connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorSourceConfig.java: ## @@ -162,6 +174,15 @@ Duration syncTopicConfigsInterval() { }

[GitHub] [kafka] chia7712 commented on pull request #13398: KAFKA-6891: send.buffer.bytes should be allowed to set -1 in KafkaConnect

2023-03-17 Thread via GitHub
chia7712 commented on PR #13398: URL: https://github.com/apache/kafka/pull/13398#issuecomment-1474011607 linked to stale PR (#4995) -- 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 co

[GitHub] [kafka] chia7712 commented on pull request #13398: KAFKA-6891: send.buffer.bytes should be allowed to set -1 in KafkaConnect

2023-03-17 Thread via GitHub
chia7712 commented on PR #13398: URL: https://github.com/apache/kafka/pull/13398#issuecomment-1473999823 @garyparrot could you rebase PR to trigger QA again? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [kafka] tinaselenge commented on a diff in pull request #13373: Kafka-14420 Use incrementalAlterConfigs API for syncing topic configurations (KIP-894)

2023-03-17 Thread via GitHub
tinaselenge commented on code in PR #13373: URL: https://github.com/apache/kafka/pull/13373#discussion_r1140316021 ## connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorSourceConfig.java: ## @@ -162,6 +174,15 @@ Duration syncTopicConfigsInterval() { }

[GitHub] [kafka] tinaselenge commented on a diff in pull request #13373: Kafka-14420 Use incrementalAlterConfigs API for syncing topic configurations (KIP-894)

2023-03-17 Thread via GitHub
tinaselenge commented on code in PR #13373: URL: https://github.com/apache/kafka/pull/13373#discussion_r1140303773 ## connect/mirror/src/main/java/org/apache/kafka/connect/mirror/DefaultConfigPropertyFilter.java: ## @@ -40,11 +44,13 @@ public class DefaultConfigPropertyFilter im

[GitHub] [kafka] tinaselenge commented on a diff in pull request #13373: Kafka-14420 Use incrementalAlterConfigs API for syncing topic configurations (KIP-894)

2023-03-17 Thread via GitHub
tinaselenge commented on code in PR #13373: URL: https://github.com/apache/kafka/pull/13373#discussion_r1140303773 ## connect/mirror/src/main/java/org/apache/kafka/connect/mirror/DefaultConfigPropertyFilter.java: ## @@ -40,11 +44,13 @@ public class DefaultConfigPropertyFilter im

[jira] [Resolved] (KAFKA-13900) Support Java 9 direct ByteBuffer Checksum methods

2023-03-17 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-13900. - Resolution: Fixed > Support Java 9 direct ByteBuffer Checksum methods >

[jira] [Commented] (KAFKA-13900) Support Java 9 direct ByteBuffer Checksum methods

2023-03-17 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701788#comment-17701788 ] Ismael Juma commented on KAFKA-13900: - Thanks for the heads up, fixed. > Support Ja

[jira] [Updated] (KAFKA-13900) Support Java 9 direct ByteBuffer Checksum methods

2023-03-17 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-13900: Fix Version/s: 3.4.0 > Support Java 9 direct ByteBuffer Checksum methods > ---

[GitHub] [kafka] mumrah merged pull request #13413: MINOR: fix KafkaTest#testIsKRaftCombinedMode

2023-03-17 Thread via GitHub
mumrah merged PR #13413: URL: https://github.com/apache/kafka/pull/13413 -- 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

[GitHub] [kafka] mumrah closed pull request #13414: MINOR Fix combined-mode config test

2023-03-17 Thread via GitHub
mumrah closed pull request #13414: MINOR Fix combined-mode config test URL: https://github.com/apache/kafka/pull/13414 -- 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 unsubs

[GitHub] [kafka] mumrah commented on pull request #13414: MINOR Fix combined-mode config test

2023-03-17 Thread via GitHub
mumrah commented on PR #13414: URL: https://github.com/apache/kafka/pull/13414#issuecomment-1473900489 Closing in favor of #13413 -- 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

[GitHub] [kafka] mumrah opened a new pull request, #13414: MINOR Fix combined-mode config test

2023-03-17 Thread via GitHub
mumrah opened a new pull request, #13414: URL: https://github.com/apache/kafka/pull/13414 Fixes a config test for KRaft combined mode -- 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

[GitHub] [kafka] tinaselenge commented on a diff in pull request #13373: Kafka-14420 Use incrementalAlterConfigs API for syncing topic configurations (KIP-894)

2023-03-17 Thread via GitHub
tinaselenge commented on code in PR #13373: URL: https://github.com/apache/kafka/pull/13373#discussion_r1140270243 ## connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorSourceConnector.java: ## @@ -539,11 +596,20 @@ Map describeTopicConfigs(Set topics) }

[jira] [Created] (KAFKA-14818) Support non default file systems

2023-03-17 Thread Christian (Jira)
Christian created KAFKA-14818: - Summary: Support non default file systems Key: KAFKA-14818 URL: https://issues.apache.org/jira/browse/KAFKA-14818 Project: Kafka Issue Type: Improvement

[jira] [Created] (KAFKA-14817) LogCleaner mark some partitions of __consumer_offsets as uncleanable

2023-03-17 Thread ZhenChun Pan (Jira)
ZhenChun Pan created KAFKA-14817: Summary: LogCleaner mark some partitions of __consumer_offsets as uncleanable Key: KAFKA-14817 URL: https://issues.apache.org/jira/browse/KAFKA-14817 Project: Kafka

[GitHub] [kafka] lucasbru commented on pull request #13318: KAFKA-14533: Do not interrupt state-updater thread during shutdown

2023-03-17 Thread via GitHub
lucasbru commented on PR #13318: URL: https://github.com/apache/kafka/pull/13318#issuecomment-1473643588 Yeah, these seem to be unrelated. I restarted the job: https://jenkins.confluent.io/job/system-test-kafka-branch-builder/5562/consoleText We have two failures: test_id:

[GitHub] [kafka] chia7712 opened a new pull request, #13413: MINOR: fix KafkaTest#testIsKRaftCombinedMode

2023-03-17 Thread via GitHub
chia7712 opened a new pull request, #13413: URL: https://github.com/apache/kafka/pull/13413 related to #13390 ``` Gradle Test Run :core:test > Gradle Test Executor 25 > KafkaTest > testIsKRaftCombinedMode() FAILED java.lang.IllegalArgumentException: requirement failed: cont

[jira] [Commented] (KAFKA-13900) Support Java 9 direct ByteBuffer Checksum methods

2023-03-17 Thread Keith Wall (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701625#comment-17701625 ] Keith Wall commented on KAFKA-13900: This Jira was landed in 3.4, [https://github.c

[GitHub] [kafka] garyparrot commented on pull request #13398: KAFKA-6891: send.buffer.bytes should be allowed to set -1 in KafkaConnect

2023-03-17 Thread via GitHub
garyparrot commented on PR #13398: URL: https://github.com/apache/kafka/pull/13398#issuecomment-1473504714 @chia7712 Thanks for your opinion. Indeed this issue should be treated as a bug (The contribution guide has addressed this, sorry I am not familiar with the rules here). I find

[jira] [Commented] (KAFKA-14483) Move LocalLog to storage module

2023-03-17 Thread Muralidhar Basani (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701581#comment-17701581 ] Muralidhar Basani commented on KAFKA-14483: --- Hi [~ijuma],  can I pick this up

[GitHub] [kafka] hudeqi closed pull request #13399: MINOR: Fix low bound in AdminClientConfig and DistributedConfig

2023-03-17 Thread via GitHub
hudeqi closed pull request #13399: MINOR: Fix low bound in AdminClientConfig and DistributedConfig URL: https://github.com/apache/kafka/pull/13399 -- 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

[GitHub] [kafka] chia7712 commented on a diff in pull request #13410: ProducerPerformance: reduce cost of message randomisation

2023-03-17 Thread via GitHub
chia7712 commented on code in PR #13410: URL: https://github.com/apache/kafka/pull/13410#discussion_r1139870081 ## tools/src/main/java/org/apache/kafka/tools/ProducerPerformance.java: ## @@ -200,6 +190,37 @@ static Properties readProps(List producerProps, String producerConfig,

[GitHub] [kafka] hudeqi commented on pull request #13404: KAFKA-14812: ProducerPerformance still counting successful sending in …

2023-03-17 Thread via GitHub
hudeqi commented on PR #13404: URL: https://github.com/apache/kafka/pull/13404#issuecomment-1473316465 Do you have any suggestions here? @showuon -- 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

[GitHub] [kafka] hudeqi commented on a diff in pull request #13403: MINOR:Fix hint about alter in TopicCommand

2023-03-17 Thread via GitHub
hudeqi commented on code in PR #13403: URL: https://github.com/apache/kafka/pull/13403#discussion_r1139890939 ## core/src/main/scala/kafka/admin/TopicCommand.scala: ## Review Comment: Ok, I probably have deleted some useless code, please help to review again, thank you!

[GitHub] [kafka] chia7712 opened a new pull request, #13411: MINOR: correct the class name for delegation token script

2023-03-17 Thread via GitHub
chia7712 opened a new pull request, #13411: URL: https://github.com/apache/kafka/pull/13411 #13172 rewrite `DelegationTokenCommand` by java and the package was changed from `kafka.admin` to `org.apache.kafka.tools`. ### Committer Checklist (excluded from commit message) - [ ] Verif