You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For certain read actions like getting the partition leader or getting a topic list we currently use an arbitrary broker. This is technically allowed and will eventually lead to the correct results (at least as far as my understanding goes). However this creates some delays, esp. when acting on a topic that was just created by the controller and our arbitrary broker is not the same.
We might instead use the controller connection in more places to reduce this delay.
The text was updated successfully, but these errors were encountered:
For certain read actions like getting the partition leader or getting a topic list we currently use an arbitrary broker. This is technically allowed and will eventually lead to the correct results (at least as far as my understanding goes). However this creates some delays, esp. when acting on a topic that was just created by the controller and our arbitrary broker is not the same.
We might instead use the controller connection in more places to reduce this delay.
The text was updated successfully, but these errors were encountered: