Kirk True created KAFKA-15276:
---------------------------------
Summary: Implement partition assignment reconciliation
Key: KAFKA-15276
URL: https://issues.apache.org/jira/browse/KAFKA-15276
Project: Kafka
Issue Type: Task
Components: clients, consumer
Reporter: Kirk True
Assignee: Kirk True
Provide the Java client support for the consumer group partition assignment
logic, including:
* Calculate the difference between the current partition assignment and that
returned in the {{ConsumerGroupHeartbeatResponse}} RPC response
* Ensure we handle the case where changes to the assignment take multiple
passes of {{RequestManager.poll()}}
* Integrate the mechanism to invoke the user’s rebalance callback
This task is part of the work to implement support for the new KIP-848 consumer
group protocol.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)