Skip to content
Advertisement

How to use Kafka with SSL via logback appander?

I use this logback appender to send logs to Kafka:

https://github.com/danielwegener/logback-kafka-appender

When Kafka was PLAINTEXT everything worked correctly. But when Kafka changed to SSL, it is not possible to send messages. I did not find the necessary information in readme.md. Has anyone had this setup experience? Or maybe use something else?

JavaScript

For any existing topic, I get an error:

JavaScript

The application itself works correctly with this kafka and topic

Advertisement

Answer

The problem went away with the upgrade of appender to 0.2.0

Advertisement