kafka icon indicating copy to clipboard operation
kafka copied to clipboard

Appending value to LIST config should not generate empty string with …

Open chia7712 opened this issue 3 years ago • 0 comments

We noticed this issue when appending value to leader.replication.throttled.replicas. The default value is empty string, so it produces ,0:0 rather than 0:0. For another, parsing throttled replicas get failed when there is an empty string (see parseThrottledPartitions)

Committer Checklist (excluded from commit message)

  • [ ] Verify design and implementation
  • [ ] Verify test coverage and CI build status
  • [ ] Verify documentation (including upgrade notes)

chia7712 avatar Aug 11 '22 14:08 chia7712