dibbhatt/kafka-spark-consumer

How to use in kerberized context ?

Closed this issue · 3 comments

In a context with Yarn and Kerberos where to pass this kind of options ?
`
kafkaParams.put("security.protocol", "SASL_SSL");
kafkaParams.put("ssl.truststore.location","./truststore");

kafkaParams.put("ssl.truststore.password", "pass");
`

同样的问题,关注

Hi @StudioEtrange @jiajf999 I have made new release of the consumer 1.0.14 which now supports Kafka Security. Kindly let me know if you find any issue . ReadMe files has been updated with details ho to enable Kafka Security.

https://github.com/dibbhatt/kafka-spark-consumer#kafka-security