azure - Azure 事件中心的 Web/桌面客户端

标签 azure azure-eventhub

是否有 Web/桌面客户端可以查看发送到 Azure 事件中心的消息,或者我们此时是否必须使用事件处理器主机?谢谢!

最佳答案

据我所知,没有现成的工具来查看内容,所以是的,您需要编写代码来执行此操作。

我还能想到另一种选择,使用 Event Hubs Capture :

Azure Event Hubs Capture enables you to automatically deliver the streaming data in Event Hubs to an Azure Blob storage or Azure Data Lake Store account of your choice, with the added flexibility of specifying a time or size interval. Setting up Capture is fast, there are no administrative costs to run it

然后可以使用 Azure Storage Explorer 查看包含事件内容的 Azure Blob 存储 blob 或 Azure Data Lake Store 文件。 .

不过,您将因使用的存储空间而产生费用。

关于azure - Azure 事件中心的 Web/桌面客户端,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51866302/

相关文章:

azure - 在github中维护K8S资源的最佳实践

Azure - 无法访问面向互联网的标准负载均衡器后面的虚拟机

azure - 尝试发布 Azure API。 VS2017似乎没有最新的Azure SDK

c# - Azure 表存储 - 通过分区键删除实体 REST API

sql-server - 是否可以在 Azure 托管实例中创建链接服务器到进度数据库?

Azure 事件中心 - 虚拟网络集成 - 限制读取

javascript - 从 Azure IotHub/EventHub 获取 deviceId

azure - Microsoft Azure EventHub 中的事件保留

java - 在代理后面使用 Azure EventHub 进行身份验证

azure - 从分区事件中心消费以避免 QuotaExceededException 的正确策略是什么?