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)