m1a2st commented on code in PR #17837: URL: https://github.com/apache/kafka/pull/17837#discussion_r1845313871
########## test-common/test-common-api/src/main/java/org/apache/kafka/common/test/api/README.md: ########## @@ -28,8 +28,8 @@ Multiple `@ClusterTest` annotations can be given to generate more than one test ```scala @ClusterTests(Array( - @ClusterTest(brokerSecurityProtocol = SecurityProtocol.PLAINTEXT), - @ClusterTest(securityProtocol = SecurityProtocol.SASL_PLAINTEXT) + new ClusterTest(brokerSecurityProtocol = SecurityProtocol.PLAINTEXT), + new ClusterTest(securityProtocol = SecurityProtocol.SASL_PLAINTEXT) Review Comment: `securityProtocol` should be `brokerSecurityProtocol` -- 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]
