ableegoldman commented on pull request #11591:
URL: https://github.com/apache/kafka/pull/11591#issuecomment-991243851


   The check before was essentially about two things, (a) sanity check that the 
ClientState methods are executed in the correct order since the task 
initialization ended up becoming spread out over the assignment method, and (b) 
verifying that the application did not try to do the exact thing that the 
NamedTopology feature is intended to enable, ie that the user did't try to 
modify the topology in an incompatible way. The check in (a) is still 
preserved, while the check in (b) isn't valid for NamedTopologies


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to