Commit 897c999
authored
[proto] add RejectedTxIds to NotificationResponse (#89)
#### Type of change
- New feature
#### Description
Add a new RejectedTxIds message and field to NotificationResponse to
allow the notifier to report rejected transaction IDs with a reason
(e.g., resource exhausted, request too large). This enables graceful
rejection without terminating the stream.
#### Related issues
- part of hyperledger/fabric-x-committer#405
Signed-off-by: Senthilnathan <cendhu@gmail.com>1 parent 7df0f34 commit 897c999
2 files changed
+91
-17
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
40 | 47 | | |
0 commit comments