logback-kafka-appender icon indicating copy to clipboard operation
logback-kafka-appender copied to clipboard

Add settings for Kerberized Kafka cluster

Open rahulsinghai opened this issue 3 years ago • 3 comments

rahulsinghai avatar Mar 11 '21 03:03 rahulsinghai

I have opened a PR https://github.com/danielwegener/logback-kafka-appender/pull/104 for this.

rahulsinghai avatar Mar 11 '21 03:03 rahulsinghai

Thanks and sorry for the late reply. I have never used kafka with kerberos configuration. Is there any official kafka producer documentation you followed to set up the sasl client configuration? Is it just setting these java properties in the PR?

danielwegener avatar Aug 15 '21 14:08 danielwegener

@rahulsinghai - I am trying to implement this appender with an application deployed on IBM Websphere application server but unable to send messages to Kafka brokers, however same configuration works well in local development environment where I am using a lighter version of websphere which is Liberty server. Also I am unable to see any error log messages for this issue. Would you know if there are any properties required to be configured specifically for websphere application server?

anuragshammi avatar Apr 06 '22 18:04 anuragshammi