Allow KafkaLog4jAppender to take in a configurable producer.type ----------------------------------------------------------------
Key: KAFKA-311 URL: https://issues.apache.org/jira/browse/KAFKA-311 Project: Kafka Issue Type: Improvement Components: core Affects Versions: 0.7 Reporter: Ed Buck Priority: Minor The kafka log4j in trunk uses only SyncProducer, which means it will get lower throughput than AsyncProducer. Change KafkaLog4jAppender to take in the producer.type config and be able to pick either the sync or the async producers. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira