centiservice / mats3

Mats3: Message-based Asynchronous Transactional Staged Stateless Services
https://mats3.io/
Other
62 stars 6 forks source link

Remove requirement to set initiatorId (fromId upon init) for subsequent messages in a single initiation #70

Closed stolsvik closed 2 years ago

stolsvik commented 2 years ago

When sending multiple messages in an initiation, it would be natural that they all have the same initiatorId. Currently, you will have to set them to the same for each message.

stolsvik commented 2 years ago

Won't do this: I can't shake that this will be hard to explain.