Our team is trying to refactor a CV solution similar to action recognition model (custom model) where we are using Azure EventHub. We chose eventhub over IoT hub as it has a larger message size and we need to regularly send multiple snapshots when events are detected therefore we could use the larger size. We expected to be able to use EventHub with the support options, as it is supposed to support through kafka with the port being set to 9093, but unfortunately this does not work as the authentication method is still different. Please see the error below. This was with using deepstream_test4 as we were just trying to send any message to eventhub to see if we could get it working. Deepstream’s kafka plugin tried to talk to our eventhub as if its kafka with SSL/TLS, but eventhubkafka requires SASL/SSL authentication so it failed. This is a major blocker for us. We have also set up IoT hub and it works but we need the larger message size and it is a cap on our workflow. Is there any plan to support Azure Eventhub?
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| How to connect DeepStream to Azure Event Hubs using Secure Edge-to-Cloud Messaging | 1 | 77 | February 24, 2025 | |
| DeepStream Message Broker to Azure IoT Hub | 10 | 176 | September 4, 2024 | |
| How verify if the message by the Deepstream application is sent correctly to Azure Iot Hub | 14 | 754 | April 17, 2023 | |
| Could not receive message from the DeepStreamSDK Module on Azure IOT Edge (sink type =6) | 9 | 553 | September 12, 2022 | |
| What is the current status on Deepstream- Azure integration support? | 4 | 1554 | July 20, 2021 | |
| PERF {stream:0.0} Error in DeepStream Application with Azure IoT Hub Integration | 5 | 88 | December 30, 2024 | |
| DeepStream 4.0.1 for Jetson TX2 integrated with Azure | 14 | 654 | October 12, 2021 | |
| DeepStream Test5 app: Azure and message broker issue | 11 | 1180 | October 12, 2021 | |
| Message brokers in deepstream | 2 | 372 | October 12, 2021 | |
| DeepStream 5 SDK for Azure IOT Edge Marketplace | 2 | 352 | October 12, 2021 |
