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

   Fixed a regression described in 
[KAFKA-15053](https://issues.apache.org/jira/browse/KAFKA-15053) that 
security.protocol only allows uppercase values like PLAINTEXT, SSL, 
SASL_PLAINTEXT, SASL_SSL. With this fix, both lower case and upper case values 
will be supported (e.g. PLAINTEXT, SSL, SASL_PLAINTEXT, SASL_SSL, plaintext, 
ssl, sasl_plaintext, sasl_ssl)
   
   Added new unit test to cover the case insensitive test case.
   
   ### 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