lucasbru commented on PR #20730: URL: https://github.com/apache/kafka/pull/20730#issuecomment-3432138880
While playing through an example, I realized I can simplify the logic - I was trying to preserve assignment epochs from tasks that were previously pending revocation, in case the task is reassigned. But we will get no tasks assigned while pending revocations, even not the task that we are currently pending revocation. So we will only get the task back after having confirmed revocations (and completing commits) for the task, so then it is fine to get a new assignment epoch in this case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
