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
At the moment, it appears that errors in event bus api are not being communicated correctly.
For example, try sending an event with an unknown topic (a topic that does not exist in kafka). The api fails silently. It should notify the caller about unknown topic.