Can we run our Azure EventHubs event processing in parallel? #768
stijnmoreels
started this conversation in
Ideas
Replies: 1 comment
-
I think this should indeed be investigated. :) Of course, this is wat we offer in the template and the end-developer has full control to change this in his implementation, depending on his requirements. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we call
await
in a loop for each received event, but maybe we can leverage parallel processing instead.Beta Was this translation helpful? Give feedback.
All reactions