Thoughts & Projects on Kafka & Event Stream Processing

March 15, 2019

Publishing multiple event types to a topic

How to manage multiple schemas in a topic ? In many scenarios you will end up producing multiple event types into a single topic, how to efficiently manage it ? Schema Registry is exactly meant for that, to manage & govern data models across topics. Here we have a use case where a stream processing app that produces two different message types: Address Event - Contains human readable address fields.