daml/ledger/ledger-api-client
Matthias Schmalz 82eaef5402
Updated documentation of CommandClient.trackCommands(Unbounded) (#7998)
* Do not backpressure from the command tracker output to the submission flow.
This is required to meet the contract of CommandClient.trackCommandsUnbounded, which allows for submitting an unbounded number of commands.
This is in turn required to use CommandClient.trackCommandsUnbounded as part of a flow that retries (some of the) failed command submissions.

CHANGELOG_BEGIN
CHANGELOG_END

* Revert "Do not backpressure from the command tracker output to the submission flow. This is required to meet the contract of CommandClient.trackCommandsUnbounded, which allows for submitting an unbounded number of commands. This is in turn required to use CommandClient.trackCommandsUnbounded as part of a flow that retries (some of the) failed command submissions."

This reverts commit 20c0b8e3

* Adding a disclaimer to the CommandClient so that users are not totally surprised about unexpected backpressure.
2020-11-19 16:55:10 +00:00
..
src Updated documentation of CommandClient.trackCommands(Unbounded) (#7998) 2020-11-19 16:55:10 +00:00
BUILD.bazel resources: Customizable contexts. (#7678) 2020-10-20 09:26:28 +00:00