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

   This PR addresses two follow-up review comments from #22184:
   
   - Remove the redundant security protocol allowlist, which enumerated every 
`SecurityProtocol` value.
   - Simplify SSL endpoint collection by using `dataPlaneAcceptors().keySet()` 
directly.
   
   Mixed broker and controller security protocol handling remains unchanged and 
can be addressed separately.
   
   ### Testing
   
   ```bash
   ./gradlew :test-common:test-common-runtime:test \
     --tests org.apache.kafka.common.test.TestKitNodeTest \
     --tests 
org.apache.kafka.common.test.junit.ClusterTestExtensionsTest.testSsl


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to