How are different events handled in Azure Event Hubs?
Different event types are discriminated by some combination of topics/queues and message headers. In Kafka, record streams are still separated out as topics ( https://kafka.apache.org/intro ). In going through the Azure Event Hubs documentation, I do not see any such idea called out. There are partitions, but these are related to consumer parallelism ( https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-what-is-event-hubs#partitions ), according to the documentation. Is the idea that you would one namespace in Azure Event Hubs, which contains an Event Hub for each "topic"? Yes. I