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

don't crash the app on nonfatal failure

Open cleverchuk opened this issue 3 years ago • 0 comments

This change is to avoid propagating Kafka error to the application rather always use the fallback on any Kafka failure. There's no point in having a fallback if the main appender kills the application on failure.

cleverchuk avatar Jul 09 '21 02:07 cleverchuk