You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/12/07 23:03:54 UTC

[GitHub] [kafka] cmccabe commented on pull request #12961: KAFKA-14446: API forwarding support from zkBrokers to the Controller

cmccabe commented on PR #12961:
URL: https://github.com/apache/kafka/pull/12961#issuecomment-1341714694

   I think the better approach to take here would be to make the `ControllerNodeProvider` return a tuple of `(isKraft, controller id)` and then have it check the metadata cache to see if it needs to use a kraft controller.
   
   Then have the inter broker send thread do something useful if it sees a transition. I agree that we might want to use an external thread for this (or possibly the scheduler) but that should just be for reinitialization


-- 
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-unsubscribe@kafka.apache.org

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