Azure Function with Event Hub binding - Batch get mainly only on message at the time
Open
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
I have a function with event hub trigger that get a batch of events from the event hub. it is clear that we could set the "maxBatchSize": 64 property, but most of the time the batch get only one event.
Is it possible to set minimum Batch size so the function will trigger according to this number?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.