This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.35k
stars
1.99k
forks
source link
[BUG] EventHubs processor: if max time is not set, but there are less events than batch size, they are never processed. #38586
If I create processor client with high batch size and set null max wait time, I will never get processing callback called until I have full batch. (Waited for 2 min)
There should be a default max wait time (e.g.1 minute) and events should be eventually dipatched.
If I create processor client with high batch size and set null max wait time, I will never get processing callback called until I have full batch. (Waited for 2 min)
There should be a default max wait time (e.g.1 minute) and events should be eventually dipatched.