Is it possible to automatically route/redirect events from Azure Event Hub to Azure Service Bus
Basically i want to have a system-wide (used by the entire company) event hub and a service bus for a specific system (System X) (which is composed of multiple services)
Instead of developing a service that would read from Azure Event Hub and write to Azure Service Bus (System X Event Gateway), i would like to know whether there is a way to configure something like this in Azure.
I know that it is somewhat possible with Azure Logic Apps, but i doubt its performance, i need the messages to be routed immediately and in Logic Apps the default interval is 3 minutes. I also don't know whether it is the best way to do it, there might be another Azure product that i'm unaware of.
What do you suggest?
Basically i want to have a system-wide (used by the entire company) event hub and a service bus for a specific system (System X) (which is composed of multiple services)
Instead of developing a service that would read from Azure Event Hub and write to Azure Service Bus (System X Event Gateway), i would like to know whether there is a way to configure something like this in Azure.
I know that it is somewhat possible with Azure Logic Apps, but i doubt its performance, i need the messages to be routed immediately and in Logic Apps the default interval is 3 minutes. I also don't know whether it is the best way to do it, there might be another Azure product that i'm unaware of.
What do you suggest?