Forum Discussion
Connecting data source directly to event stream
- 1 year ago
Actually you already directly connect to eventstream. The endpoint offered in Eventstream with Eventhub protocol is backboned by Event hub, i.e., Event hub is the one of the key component behind Eventstream. For the protocol, if you don't want to use the Eventhub procotol, you may try the Kafkak protocol as well: Microsoft Fabric event streams overview - Microsoft Fabric | Microsoft Learn
Thanks Neeko Tang for your suggestions. I'm already using custom endpoint to connect to my event stream but is there any possibility to connect my notebook/pipeline directly to event streams without using Event hub as custom endpoint type.
- Anonymous1 year agoNot applicable
Hi Nalapriya ,
As far as I know, there is currently no support for notebooks/pipelines to connect directly to eventstream. The eventstream destination only contains the following:
But when deploying content from one pipeline stage to another, the copied content can contain eventstream.
Eventstream CI/CD - Git Integration and Deployment Pipeline - Microsoft Fabric | Microsoft Learn
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- xujx1 year agoMicrosoft Employee
Actually you already directly connect to eventstream. The endpoint offered in Eventstream with Eventhub protocol is backboned by Event hub, i.e., Event hub is the one of the key component behind Eventstream. For the protocol, if you don't want to use the Eventhub procotol, you may try the Kafkak protocol as well: Microsoft Fabric event streams overview - Microsoft Fabric | Microsoft Learn