You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/12/16 06:18:34 UTC

[GitHub] [incubator-druid] adilev26 commented on issue #7483: Add option to specify cert / key location for kafka

adilev26 commented on issue #7483: Add option to specify cert / key location for kafka
URL: https://github.com/apache/incubator-druid/issues/7483#issuecomment-565921696
 
 
   hi @Samlinxia , technically you can put any property of Kafka inside that block of config and it will pass on to the Kafka consumer as is.
   I just put the following and it worked:
         "security.protocol": "SSL",
         "ssl.truststore.location": "{location of my .jks file}"
   

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org