chia7712 opened a new pull request, #12503:
URL: https://github.com/apache/kafka/pull/12503

   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](https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/server/ConfigHandler.scala#L91))
   
   ### 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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to