是否可以使用 REST API 从 Azure 事件中心接收事件?
Is it possible to receive events from Azure Event Hubs using REST API?
是否可以使用 REST API 从 Azure 事件中心接收事件?
我在 Azure 文档中只找到了发送事件 API。
如何获取事件?
事件中心使用者端不支持 REST。消费者必须使用以下两种协议之一:
- AMQP
- 卡夫卡
请检查发送和接收事件的示例:https://docs.microsoft.com/en-us/azure/event-hubs/get-started-dotnet-standard-send-v2
是否可以使用 REST API 从 Azure 事件中心接收事件? 我在 Azure 文档中只找到了发送事件 API。 如何获取事件?
事件中心使用者端不支持 REST。消费者必须使用以下两种协议之一:
- AMQP
- 卡夫卡
请检查发送和接收事件的示例:https://docs.microsoft.com/en-us/azure/event-hubs/get-started-dotnet-standard-send-v2