lucasbru commented on PR #19967:
URL: https://github.com/apache/kafka/pull/19967#issuecomment-3377260359

   @UladzislauBlok My thinking on this PR is the following. We can add the last 
used assignment configuration to the streams group metadata record, and compare 
the current configuration to the last configuration in every heartbeat. I think 
we will implement this on our side. This would be a completely different change 
from this PR. 
   
   However, this work could be used to make the heartbeat more efficient. If we 
just store the assignment config in the group metadata record, we have to 
compare it to the currently active configuraion in every heartbeat. We should 
be able to bring back these changes to only compare the configuration if it may 
have been changed. Which should be useful especially if we have a lot of 
configurations in the future. I will change the tickets accordingly.


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