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.
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