You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "bogao007 (via GitHub)" <gi...@apache.org> on 2023/06/10 00:22:44 UTC

[GitHub] [kafka] bogao007 commented on a diff in pull request #13831: KAFKA-15053: Use case insensitive validator for security.protocol config

bogao007 commented on code in PR #13831:
URL: https://github.com/apache/kafka/pull/13831#discussion_r1224914588


##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -904,7 +904,8 @@ public class StreamsConfig extends AbstractConfig {
             .define(SECURITY_PROTOCOL_CONFIG,
                     Type.STRING,
                     CommonClientConfigs.DEFAULT_SECURITY_PROTOCOL,
-                    in(Utils.enumOptions(SecurityProtocol.class)),
+                    org.apache.kafka.common.config.ConfigDef.CaseInsensitiveValidString.in(

Review Comment:
   Updated.



-- 
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-unsubscribe@kafka.apache.org

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