Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 start the spark stream, but not able to read any data. Is there setting enabled for custom endpoint like it can only listen to events.
Event stream:
Pyspark code:
Solved! Go to Solution.
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
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