I am using Stream Analytics of Azure to create real-time dashboards. To feed the Stream Analytic job I have one event hub as input.
The question is; I have three different kinds of events (interaction events, session events, user events) each one with different data and structure. I have to combine them in the query part of the Stream Analytic and I want to do it with one event hub. By now I send all the events to the event hub but I have not found a way to distinguish one kind of event from another in order to work with them properly.
I read about "consumer groups of event hub but I do not know how to use them to handle the different kinds of events with different "consumer groups" and if I can use it in a Stream Analytic job.