FrankYang0529 opened a new pull request, #17836: URL: https://github.com/apache/kafka/pull/17836
The `hasDynamicQuorum` only considers the `initialControllers` [0], which is configured when either `--initial-controllers` or `--standalone` is specified. It will result in the following unexpected behaviors: 1. Using the `no-initial-controllers` configuration get `kraft.version=0` 2. This leads to a command error when executing `--no-initial-controllers --feature kraft.version=1` To fix this, we should also allow `--no-initial-controllers` with `--feature kraft.version=1`. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
