質問

I need to map one message to multiple saga instances. how can i do it?

i thought to an utility service that receives that message and sends copies of it to all saga instances. But this solution requires the knowledge from this service of all sagaIds.

役に立ちましたか?

解決

This isn't currently supported on a single endpoint. If you want multiple sagas to handle the same message, that message needs to be processed by multiple endpoints.

Can you design your solution differently not to need multiple sagas to be invoked per message?

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top