kafka
kafka copied to clipboard
KAFKA-16908: Refactor QuorumConfig with AbstractConfig
- extend AbstractConfig for QuorumConfig
- replace previous constructor with the new one Jira: https://issues.apache.org/jira/browse/KAFKA-16908
Test
run ./gradlew clean raft:test --tests RaftEventSimulationTest and passed
run ./gradlew clean build -x test and succeed
Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
@johnnychhsu Could you please take a look at #16394? It adopts another approach to complete the refactor.
close as this was fixed by #17231