Re: [PR] MINOR: Rename RaftConfig to QuorumConfigs [kafka]

2024-04-25 Thread via GitHub
chia7712 merged PR #15797: URL: https://github.com/apache/kafka/pull/15797 -- 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: Rename RaftConfig to QuorumConfigs [kafka]

2024-04-25 Thread via GitHub
OmniaGM commented on PR #15797: URL: https://github.com/apache/kafka/pull/15797#issuecomment-2076745737 > @OmniaGM Could you please rebase code to include fix (#15801)? done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] MINOR: Rename RaftConfig to QuorumConfigs [kafka]

2024-04-25 Thread via GitHub
chia7712 commented on PR #15797: URL: https://github.com/apache/kafka/pull/15797#issuecomment-2076741501 @OmniaGM Could you please rebase code to include fix (https://github.com/apache/kafka/pull/15801)? -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] MINOR: Rename RaftConfig to QuorumConfigs [kafka]

2024-04-24 Thread via GitHub
chia7712 commented on code in PR #15797: URL: https://github.com/apache/kafka/pull/15797#discussion_r1578498362 ## raft/src/main/java/org/apache/kafka/raft/QuorumConfigs.java: ## @@ -47,7 +47,7 @@ * controller should be able to transition from standby to active without

[PR] MINOR: Rename RaftConfig to QuorumConfigs [kafka]

2024-04-24 Thread via GitHub
OmniaGM opened a new pull request, #15797: URL: https://github.com/apache/kafka/pull/15797 For context https://github.com/apache/kafka/pull/15775#issuecomment-2075340243 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify