kafka icon indicating copy to clipboard operation
kafka copied to clipboard

KAFKA-16908: Refactor QuorumConfig with AbstractConfig

Open johnnychhsu opened this issue 1 year ago • 1 comments

  • 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 avatar Jun 18 '24 16:06 johnnychhsu

@johnnychhsu Could you please take a look at #16394? It adopts another approach to complete the refactor.

chia7712 avatar Jun 20 '24 09:06 chia7712

close as this was fixed by #17231

chia7712 avatar Oct 07 '24 09:10 chia7712