Boyang Chen created KAFKA-8587: ---------------------------------- Summary: EOS producer should understand consumer group assignment semantics Key: KAFKA-8587 URL: https://issues.apache.org/jira/browse/KAFKA-8587 Project: Kafka Issue Type: Improvement Reporter: Boyang Chen Assignee: Boyang Chen
Currently exactly-once producer is coupled with individual input partitions. This is not a well scaled solution, and the root cause is that EOS producer doesn't understand the topic partition move throughout consumer group rebalance. By covering this semantic gap, we could achieve much better EOS scalability. -- This message was sent by Atlassian JIRA (v7.6.3#76005)