functions-csharp-eventhub-ordered-processing
functions-csharp-eventhub-ordered-processing copied to clipboard
Example of processing events in order with the Azure Functions Event Hubs trigger
trafficstars
functions-csharp-eventhub-ordered-processing
Repo has examples of processing messages in order, and different patterns of reliable message handling.
Related blog post: In order event processing
Related blog post: Reliable event processing
| Sample | Link |
|---|---|
| In-Order Processing | link |
| Simple Try-Catch | link |
| Retry Policies | link |
| Circuit Breaker | link |