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.