Alex Rykov created KAFKA-7558: --------------------------------- Summary: Ability for consumer to indicate no intention to commit Key: KAFKA-7558 URL: https://issues.apache.org/jira/browse/KAFKA-7558 Project: Kafka Issue Type: Improvement Reporter: Alex Rykov
It looks like currently(in version 2.0.0) there is no way to indicate for the consumer that it is going to maintain offset independently. As a result if I understand it correctly specific partitions of __consumer_offsets need to be available. If __consumer_offsets is used only to maintain offsets then this dependency is not required when consumer chooses to manage offset independently. -- This message was sent by Atlassian JIRA (v7.6.3#76005)