Azure / azure-functions-eventhubs-extension

Event Hubs extension for Azure Functions
MIT License
20 stars 26 forks source link

Add trigger execution details #37

Closed alrod closed 4 years ago

alrod commented 4 years ago

ServiceBus trigger adds logs for trigger execution which are useful for CRIs investigations: https://github.com/Azure/azure-functions-servicebus-extension/blob/4c4ef3252112bc822a5c80a26824b12146330650/src/Microsoft.Azure.WebJobs.Extensions.ServiceBus/Triggers/ServiceBusTriggerInput.cs#L67

We need something similar for EventHub trigger.

kulkarnisonia16 commented 4 years ago

Can you please add details to this issue?