jzeolla-metron-bro-plugin-kafka

Hi,
is jzeolla-metron-bro-plugin-kafka support with ssl key support ? i am not finding any example for this

https://github.com/JonZeolla/jzeolla-metron-bro-plugin-kafka

Regards,
Sunu

Please see my response in https://github.com/JonZeolla/jzeolla-metron-bro-plugin-kafka/issues/3

The summary is, in theory yes but I’ve never tested it. It uses librdkafka underneath, which has ssl support. See https://github.com/edenhill/librdkafka/wiki/Using-SSL-with-librdkafka and https://github.com/apache/metron-bro-plugin-kafka/blob/master/README.md

Any configuration value accepted by librdkafka can be added to the kafka_conf configuration table.

Jon

Thanks Zeolla , its working fine with ssl key , again thanks