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

Logback appender for Apache Kafka

Results 35 logback-kafka-appender issues
Sort by recently updated
recently updated
newest added

I have some issues to run the logback-kafka-appender in Confluent Cloud(after here:CCloud). If there is rolling brokers in CCloud, my application(consumer) gets a timeout exception. I want to get a...

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...

Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...

error `10:34:29.761 [main] DEBUG o.a.k.clients.producer.KafkaProducer - [Producer clientId=producer-1] Exception occurred during message send: org.apache.kafka.common.errors.TimeoutException: Topic logs not present in metadata after 60000 ms.` logback.xml ``` %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} -...

I want this appender to work without xml config and be accessible from any part of code like `Logger l = KafkaLoggerFactory.getLogger(MyClass.class);` I did it this way: `public static Logger...

Hi, I'm using kafka appender. I have a question because there is an issue during use. If you look at the currently used kafkaAppender, the following code was supposed to...

Hi , when i had config logback.xml file and changed root level="debug" , the application log a lot of such as "org.apache.kafka.common.errors.TimeoutException: Failed to update metadata after 60000 ms. "...

My Kafka Appender is as follows: ``` %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n intake-app-log bootstrap.servers=localhost:9092 acks=0 max.block.ms=0 client.id=${HOSTNAME}-${CONTEXT_NAME}-logback-relaxed ``` My initial log messages are getting dropped, I guess because of...

Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...