Lianet Magrans created KAFKA-15835:
--------------------------------------
Summary: Group commit/callbacks triggering logic
Key: KAFKA-15835
URL: https://issues.apache.org/jira/browse/KAFKA-15835
Project: Kafka
Issue Type: Sub-task
Components: clients, consumer
Reporter: Lianet Magrans
The new consumer reconciliation logic triggers a commit request, revocation
callback and assignment callbacks sequentially to ensure that they are executed
in that order. This means that we could require multiple iterations of the poll
loop to complete reconciling an assignment.
We could consider triggering them all together, to be executed in the same poll
iteration, while still making sure that they are executed in the right order.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)