You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by GitBox <gi...@apache.org> on 2019/05/11 18:55:09 UTC

[GitHub] [sling-org-apache-sling-distribution-journal-kafka] cschneider commented on a change in pull request #5: Sling 8414

cschneider commented on a change in pull request #5: Sling 8414
URL: https://github.com/apache/sling-org-apache-sling-distribution-journal-kafka/pull/5#discussion_r283107798
 
 

 ##########
 File path: src/main/java/org/apache/sling/distribution/journal/kafka/KafkaEndpoint.java
 ##########
 @@ -36,4 +37,17 @@
     @AttributeDefinition(name = "Kafka Default API Timeout",
             description = "Kafka Default API Timeout in ms.")
     int kafkaDefaultApiTimeout() default 60000;
+    
+    @AttributeDefinition(name = "Security protocol",
+            description = "e.g. SASL_SSL")
+    SecurityProtocol securityProtocol() default SecurityProtocol.PLAINTEXT;
 
 Review comment:
   Makes sense

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services