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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
