I understand that the access restriction in Azure Event Hubs is limited to either at namespace or at Even Hub level. Is there a way we can restrict a specific application to read specific set of data in the Event Hub and not all the data available.
e.g. We have two business units(BU) using a single Event Hub. By existing ACL, each BU can consume all the messages from the Event Hub. Is there a way, we can restrict the BU application to consume only those messages which are related to their producers and not from the other BU.
Thank you.