merlimat commented on a change in pull request #2373: Make authentication 
parameters configurable on the pulsar-client-kafka
URL: https://github.com/apache/incubator-pulsar/pull/2373#discussion_r210137529
 
 

 ##########
 File path: 
pulsar-client-kafka-compat/pulsar-client-kafka/src/main/java/org/apache/pulsar/client/kafka/compat/PulsarClientKafkaConfig.java
 ##########
 @@ -29,6 +30,8 @@
 
     /// Config variables
     public static final String AUTHENTICATION_CLASS = 
"pulsar.authentication.class";
+    public static final String AUTHENTICATION_PARAMS_MAP = 
"pulsar.authentication.params.map";
+    public static final String AUTHENTICATION_PARAMS_STRING = 
"pulsar.authentication.params.string";
 
 Review comment:
   @ssunorz Can you also add these new keys to the docs page at 
https://github.com/apache/incubator-pulsar/blob/master/site2/docs/adaptors-kafka.md
 ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to