logback-kafka-appender
logback-kafka-appender copied to clipboard
don't crash the app on nonfatal failure
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.