Skip to content

Parallel async threads #301

Discussion options

You must be logged in to vote

Hey @okomen-foreflight,

Today ForeachAsync processed sequentially the messages, because let's suppose the processing is really asynchronous, I can commit a newer offset before having the return of an oldest offset. And in case of the oldest offset fail, the message is already committed.
But I understand what you mean, maybe I can add another parameter to allow really asynchronous processing, but you assume that you can loose messages.

Btw, ParallelProcessing and MaxDegreeOfParallelism is only used for the classic DSL.

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@okomen-foreflight
Comment options

@LGouellec
Comment options

Answer selected by okomen-foreflight
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@okomen-foreflight
Comment options

@okomen-foreflight
Comment options

@LGouellec
Comment options

@okomen-foreflight
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants