@Stephen blah Okay. so given your description
If a submission is made and based on the description here:
I would do something like:
- Get current ledger Offset end (could be cached every N period)
- SubmitAndWait
- After 5 seconds if no response from the ledger then return to the client the commandId and ledger offset at time of submission.
- Client can query for status of command using the commandId + offset and on the java side you run the submission completion client for the submitting party + offset. Then inspect each response in the stream for the command ID.
That sound correct?