Re: [PR] MINOR: Remove unused parameters in KafkaConfig [kafka]

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

Re: [PR] MINOR: Remove unused parameters in KafkaConfig [kafka]

2024-04-29 Thread via GitHub
chia7712 commented on PR #15788: URL: https://github.com/apache/kafka/pull/15788#issuecomment-2083898472 ``` ./gradlew cleanTest :streams:test --tests SlidingWindowedKStreamIntegrationTest.shouldRestoreAfterJoinRestart :tools:test --tests

Re: [PR] MINOR: Remove unused parameters in KafkaConfig [kafka]

2024-04-29 Thread via GitHub
johnnychhsu commented on PR #15788: URL: https://github.com/apache/kafka/pull/15788#issuecomment-2082935001 @chia7712 just updated, 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

Re: [PR] MINOR: Remove unused parameters in KafkaConfig [kafka]

2024-04-29 Thread via GitHub
johnnychhsu commented on code in PR #15788: URL: https://github.com/apache/kafka/pull/15788#discussion_r1583203145 ## core/src/main/scala/kafka/MetadataLogConfig.scala: ## @@ -32,13 +32,13 @@ final case class MetadataLogConfig( ) object MetadataLogConfig { - def

Re: [PR] MINOR: Remove unused parameters in KafkaConfig [kafka]

2024-04-28 Thread via GitHub
chia7712 commented on code in PR #15788: URL: https://github.com/apache/kafka/pull/15788#discussion_r1582265983 ## core/src/main/scala/kafka/MetadataLogConfig.scala: ## @@ -32,13 +32,13 @@ final case class MetadataLogConfig( ) object MetadataLogConfig { - def apply(config:

Re: [PR] MINOR: Remove unused parameters in KafkaConfig [kafka]

2024-04-28 Thread via GitHub
johnnychhsu commented on PR #15788: URL: https://github.com/apache/kafka/pull/15788#issuecomment-2081407268 thanks @chia7712! just rebased and fixed the conflicts. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] MINOR: Remove unused parameters in KafkaConfig [kafka]

2024-04-26 Thread via GitHub
chia7712 commented on PR #15788: URL: https://github.com/apache/kafka/pull/15788#issuecomment-2080225060 @johnnychhsu Could you please fix conflicts? -- 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

Re: [PR] MINOR: Remove unused parameters in KafkaConfig [kafka]

2024-04-25 Thread via GitHub
johnnychhsu commented on PR #15788: URL: https://github.com/apache/kafka/pull/15788#issuecomment-208202 thanks for the prompt reply @OmniaGM ! just updated to resolve the conflict. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] MINOR: Remove unused parameters in KafkaConfig [kafka]

2024-04-25 Thread via GitHub
OmniaGM commented on PR #15788: URL: https://github.com/apache/kafka/pull/15788#issuecomment-2077482581 Just rebase to fix the conflicts -- 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

Re: [PR] MINOR: Remove unused parameters in KafkaConfig [kafka]

2024-04-25 Thread via GitHub
johnnychhsu commented on PR #15788: URL: https://github.com/apache/kafka/pull/15788#issuecomment-2077461634 > @johnnychhsu Instead of removing them, could you make `MetadataLogConfig` use those help methods? > The reason these aren't used is because `MetadataLogConfig` signature uses

Re: [PR] MINOR: Remove unused parameters in KafkaConfig [kafka]

2024-04-24 Thread via GitHub
johnnychhsu commented on PR #15788: URL: https://github.com/apache/kafka/pull/15788#issuecomment-2075021540 thanks for the review and suggestions @chia7712 @OmniaGM let me check and address it -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] MINOR: Remove unused parameters in KafkaConfig [kafka]

2024-04-24 Thread via GitHub
OmniaGM commented on PR #15788: URL: https://github.com/apache/kafka/pull/15788#issuecomment-2074499876 > @johnnychhsu Instead of removing them, could you make `MetadataLogConfig` use those help methods? > >

Re: [PR] MINOR: Remove unused parameters in KafkaConfig [kafka]

2024-04-23 Thread via GitHub
chia7712 commented on PR #15788: URL: https://github.com/apache/kafka/pull/15788#issuecomment-2072851173 @johnnychhsu Instead of removing them, could you make `MetadataLogConfig` use those help methods?

[PR] MINOR: Remove unused parameters in KafkaConfig [kafka]

2024-04-23 Thread via GitHub
johnnychhsu opened a new pull request, #15788: URL: https://github.com/apache/kafka/pull/15788 *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