You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/09/30 19:15:20 UTC

[jira] [Created] (KAFKA-4242) Re-enable committing offsets in consumer's unsubscribe() when auto commit is enabled

Vahid Hashemian created KAFKA-4242:
--------------------------------------

             Summary: Re-enable committing offsets in consumer's unsubscribe() when auto commit is enabled
                 Key: KAFKA-4242
                 URL: https://issues.apache.org/jira/browse/KAFKA-4242
             Project: Kafka
          Issue Type: Improvement
            Reporter: Vahid Hashemian
            Assignee: Vahid Hashemian
             Fix For: 0.10.2.0


Due to the issue reported in [KAFKA-3491|https://issues.apache.org/jira/browse/KAFKA-3491] the offset commit in consumer's {{unsubscribe()}} was temporarily disabled ([KAFKA-4234|https://issues.apache.org/jira/browse/KAFKA-4234]) so a workaround (calling {{unsubscibe()}} to reset the offsets) is in place for that issue.

Once a permanent solution for [KAFKA-3491|https://issues.apache.org/jira/browse/KAFKA-3491] is in place committing offsets should be re-enabled in {{unsubscribe()}} method.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)