Pramod Sivadas
Pramod Sivadas

Reputation: 893

Azure Event Hub How to get Latest messages

I am using Azure Python Function app to read events from event hub and process it. The message retention period of event hub is 7 days. I found that the messages received from the event hub is not the latest one, but it is 7 days old. Anyone please let me know how to get the latest message from event hub. I am new to Azure cloud.

Upvotes: 0

Views: 1850

Answers (1)

Serkant Karaca
Serkant Karaca

Reputation: 2042

This feature is currently worked on by Functions Team - https://github.com/Azure/azure-functions-eventhubs-extension/issues/64

Upvotes: 2

Related Questions