dajac commented on PR #17255:
URL: https://github.com/apache/kafka/pull/17255#issuecomment-2475669206

   > > > I got this thing as we do not have the updated state in the close 
method and we may need to perform some operation like electing and revoking a 
task as leader based on a certain partition it has.
   > > 
   > > 
   > > I don't understand this part. Based on the subscription state and the 
revoked partitions that the callback received, it should be possible to compute 
the remaining list. Have you considered it?
   > 
   > I did considered that, but as we have already calculated that in the 
"onJoinComplete" in the consumer co-ordinator, I considered using that 
information.
   
   As I said, my concern is that your change will break existing use cases so I 
don't think that we should proceed with it. Is the alternative hard to 
implement?


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