lianetm opened a new pull request, #20914:
URL: https://github.com/apache/kafka/pull/20914

   Fix to avoid initializing positions for partitions being revoked, as it is 
unneeded (we do not allow fetching from partitions being revoked), and could 
lead to NoOffsetForPartitionException on a partition that is already being 
revoked (this is confusing for applications).
   
   This is the behaviour we already had for fetch, just applying it to update 
positions to align. 
   
   This gap was surfaced on edge cases of partitions being assigned and revoked 
right away. 
   


-- 
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]

Reply via email to