Should You Put Several Event Types in the Same Kafka Topic?
PlatformsTools & LanguagesAlgorithms|Apache|Apache Kafka|streaming platformposted by Martin Kleppmann February 20, 2018
If you adopt a streaming platform such as Apache Kafka, one of the most important questions to answer is: what topics are you going to use? In particular, if you have a bunch of different events that you want to publish to Kafka as messages, do you put them... Read more