You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2018/06/15 14:17:00 UTC

[jira] [Created] (KAFKA-7062) Simplify MirrorMaker loop after removal of old consumer support

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)