Event grouping for batched commands
App Development2 posts213 views3 likesLast activity Mar 2023
MR
Mr_MannorothOP
Mar 2023If I submit a batch of commands using the gRPC API:
-
I believe all the commands are grouped together into 1 command with a single commandId, they are executed atomically in one transaction and if any one fails, the whole batch is failed - is this correct?
-
The resulting events are contained in a single Transaction when emitted via the TransactionService - is this correct?
CO
cocreature
Mar 2023Yes both of these are correct.