Hard/soft Timeout
...
Current implementation with replica 2:. Deploy and undeploy messages are send using normal topic, only one replica will be fetch them.
Solution with Hard Timeout with replica
Hard Timeout by AC-Runtime. the instance in Timeout could be send by ACM-Runtime as sync message; all participant receive sync messages.
Make a configurable timeout for operations in ACM-R to Participants
Currently ACM-Runtime fetches "maxStatusWaitMs" from properties file, uses that value to calculate the timeout for all operations.
...