Eventhub to Service bus (Structured streaming)

Chand, Anupam SBOBNG-ITA/RX 451 Reputation points
2021-01-26T01:28:32.593+00:00

We are currently using Databricks for structured stream processing from Eventhub. Our aim is to push these events into a Service bus which can then be picked up by functions for the heavy processing.
Someone mentioned that Structured streaming to Service bus is not possible. However, can't we write the individual events or batched up events to Service bus? Is there anything we need to keep in mind before trying that?

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
542 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,910 questions
{count} votes

Accepted answer
  1. MayankBargali-MSFT 68,391 Reputation points
    2021-01-27T06:06:25.243+00:00

    Hi @Chand, Anupam SBOBNG-ITA/RX

    Service Bus is not designed for spark structured streaming and the better option would be using Eventhub for structured streaming. But if still, you want to use a service bus, then you need to create your own receiver like this one as mentioned in the previous discussion which @KranthiPakala-MSFT has shared.

    Feel free to get back to me if you have any queries or concerns.


0 additional answers

Sort by: Most helpful