Question:
What best describes the optimistic batching behavior in Azure Event Grid?
Answer:
Optimistic batching results in smaller batch sizes at low event rates.
Event Grid works on All-or-None policy, no partial delivery allowed when batching.
It's not necessary to specify both the settings (Maximum events per batch and Approximate batch size in kilobytes).