kafka
kafka copied to clipboard
Appending value to LIST config should not generate empty string with …
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)