Hi
I have an eventhub and messages to this eventhub is sent from different sources/customers. I have a customerid field in my message. They have different Policies and different SAS keys to send with. Is there a way to stop users sending messages for each other? Can I force them sending messages with just their own customerids? Can I somehow in stream analytics for example filter out the messages that are not sent from customers (checked with customerid in my message) with their own SAS keys?
Or what is the preferred way of doing this? I can use different eventhubs as well but I just wonder if there is a solution to this problem?
Regards