简体   繁体   English

Azure Event Hub 如何获取最新消息

[英]Azure Event Hub How to get Latest messages

I am using Azure Python Function app to read events from event hub and process it.我正在使用 Azure Python Function 应用程序从事件中心读取事件并进行处理。 The message retention period of event hub is 7 days.事件中心的消息保留期为 7 天。 I found that the messages received from the event hub is not the latest one, but it is 7 days old.我发现从事件中心收到的消息不是最新的,而是 7 天前的消息。 Anyone please let me know how to get the latest message from event hub.任何人请让我知道如何从事件中心获取最新消息。 I am new to Azure cloud.我是 Azure 云的新手。

This feature is currently worked on by Functions Team - https://github.com/Azure/azure-functions-eventhubs-extension/issues/64此功能目前由功能团队处理 - https://github.com/Azure/azure-functions-eventhubs-extension/issues/64

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM