arcus-azure / arcus.eventgrid

Azure Event Grid development in a breeze
https://eventgrid.arcus-azure.net/
MIT License
17 stars 6 forks source link

Validate Azure Event Grid events in batches #185

Open stijnmoreels opened 2 years ago

stijnmoreels commented 2 years ago

Is your feature request related to a problem? Please describe. When validating Azure Event Grid events, we only allow a single event in the HTTP request body. When events are batched, this will result in a Bad Request.

What feature would you like to have? We should consider supporting batched events where the HTTP response is also a batch of SubscriptionValidationResponse instances.

Additional context References with TODO