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
Previously, management agents only processed messages delivered over
a broadcast TChan, duplicated from the primary management event bus.
To facilitate sending messages to a specific agent (and not the entire
event processing subsystem) and reduce load on other agents (and the
event bus itself), we perform a non-blocking read on the agent’s own
mailbox whenever its input channel is empty.
0 commit comments