Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5
-
None
-
Kafka 0.10.1.0
Description
The KafkaLog4jAppender (shipped with Kafka and usable with log4j), has a syncsend property that improves performance significantly by not blocking a send to Kafka. I've tried many other configuration settings and setups, but find that none of these approaches improved the logging performance to Kafka as significantly as setting the syncsend property to false.
Unfortunately, the syncsend property is not supported by the KafkaAppender shipped with log4j2 and the KafkaLog4jAppender only supports log4j, so I am stuck with forking the code and making the change myself.
Could you please introduce this property in the KafkaAppender in log4j2?
Attachments
Issue Links
- relates to
-
LOG4J2-1800 Errors when sending to Kafka with syncSend=false are not reported
-
- Closed
-
-
LOG4J2-1797 Add asynchronous/non-blocking SPIs for appenders
-
- Open
-
- requires
-
LOG4J2-1739 Add Builder to KafkaAppender and deprecate org.apache.logging.log4j.core.appender.mom.kafka.KafkaAppender.createAppender(Layout<? extends Serializable>, Filter, String, boolean, String, Property[], Configuration)
-
- Closed
-
- links to