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.
0
votes
1 Answers
2
votes
This feature is currently worked on by Functions Team - https://github.com/Azure/azure-functions-eventhubs-extension/issues/64