ankit-kumar-25 opened a new pull request #9326:
URL: https://github.com/apache/kafka/pull/9326


   What? :: See 
https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/server/ConfigHandler.scala#L220
 . The logic is supposed to accept only two cases:
   
   list of k:v pairs
   a single '*'
   But in practice, since the disjunction's second part only checks that the 
head is '*', the case where a k:v list is headed by a star is also accepted 
(and then later broker dies at startup, refusing the value).
   
   JIRA: https://issues.apache.org/jira/browse/KAFKA-10460
   
   ### 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.

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


Reply via email to