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/04/15 21:27:53 UTC

[GitHub] [incubator-druid] bputt opened a new issue #7483: Add option to specify cert / key location for kafka

bputt opened a new issue #7483: Add option to specify cert / key location for kafka
URL: https://github.com/apache/incubator-druid/issues/7483
 
 
   ### Description
   
   Currently when setting up the kafka indexing service, we're only able to provide the following and would be nice if we can also specify the certificate/key
   
   {code}
   ioConfig: {
       consumerProperties: {
           "ssl.truststore.password": "",
           "ssl.keystore.password": "",
           "ssl.key.password": ""
       }
   }
   {code}
   
   ### Motivation
   
   The documentation ins't exactly clear how to use kafka indexing service with tls enabled kafka brokers. It would be nice if there was a way to specify the cert & key or if it's already possible, just updating documentation.
   

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