Ismael Juma created KAFKA-7062:
----------------------------------
Summary: Simplify MirrorMaker loop after removal of old consumer
support
Key: KAFKA-7062
URL: https://issues.apache.org/jira/browse/KAFKA-7062
Project: Kafka
Issue Type: Improvement
Reporter: Ismael Juma
Once KAFKA-2983 is merged, we can simplify the MirrorMaker loop to be a single
loop instead of two loops. In the old consumer, even if there is no message
offsets would still be committed so receive() could block. The new consumer
doesn't have this issue.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)