Forum Discussion
chetanhiwale
1 year agoResolver I
Spark streaming using Eventstream custom endpoint (Azure Event Hub)
I have created a Eventstream and using a custom endpoint as a source. Here my source is Azure Event hub. I am trying to read the data using spark streaming in Fabric notebook. Although I am able to s...
- 1 year ago
Hi chetanhiwale,
Thanks for reaching out MS Fabric communnity support
custom endpoints in Eventstream are output-only, not sources. You cannot use Eventstream to feed Spark as a source. You either:
-
Connect Spark directly to Event Hub (bypass Eventstream)
-
Let Eventstream output to a Lakehouse or Delta, and Spark reads from that
Thanks,
Prashanth Are
-
v-prasare
1 year agoCommunity Support
Hi chetanhiwale,
Thanks for reaching out MS Fabric communnity support
custom endpoints in Eventstream are output-only, not sources. You cannot use Eventstream to feed Spark as a source. You either:
-
Connect Spark directly to Event Hub (bypass Eventstream)
-
Let Eventstream output to a Lakehouse or Delta, and Spark reads from that
Thanks,
Prashanth Are