Guozhang Wang created KAFKA-1432: ------------------------------------ Summary: Make num.producerThreads configurable on new MirrrorMaker Key: KAFKA-1432 URL: https://issues.apache.org/jira/browse/KAFKA-1432 Project: Kafka Issue Type: Bug Reporter: Guozhang Wang Assignee: Guozhang Wang Fix For: 0.8.2
Originally we make the num.producerThreads coupled with num.consumerThreads since we thought with the new producer, a single or couple of instances are sufficient for throughput. However, with compression turned on, which is now executed in the caller thread we still need configurable number of producer threads. -- This message was sent by Atlassian JIRA (v6.2#6252)