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