Azure / azure-functions-eventhubs-extension

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

maxPollingInterval for eventHub trigger #76

Closed kiranpradeep closed 3 years ago

kiranpradeep commented 3 years ago

Unlike Storage Queue trigger, EventHub trigger does not allow us to set maxPollingInterval. Is this intentional? If not, is this some thing that could be added? For e.g. it is configurable in logic apps with How often do you want to check for items field.

This is a continuation from SO thread.

kiranpradeep commented 3 years ago

I was hoping setting maxPollingInterval to less than 10 seconds, will cause scale controller to check for new messages in EventHub at that frequency. That assumption was wrong. Closing.