[
https://issues.apache.org/jira/browse/KAFKA-15835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk True updated KAFKA-15835:
------------------------------
Labels: kip-848-client-support kip-848-e2e kip-848-preview (was:
kip-848-client-support)
> 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
> Assignee: Lianet Magrans
> Priority: Major
> Labels: kip-848-client-support, kip-848-e2e, kip-848-preview
>
> 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)