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

Handle log-attempts with payload that is too big for the configured producer

Open danielwegener opened this issue 8 years ago • 0 comments

As discussed in #14, it would be good to handle cases where logback attempts to send messages that become bigger than the configured max message size. Such a case could result in warnings emitted through the logback warning system. Modifying (truncating) a message is in general maybe not possible because we do not know the actual binary format.

danielwegener avatar Nov 06 '15 16:11 danielwegener