fabric-samples/off_chain_data/application-go/processor
Stanislav Jakuschevskij 1364645c6c
Fix simulated failure issue
Before all transactions were processed and when the failure was
simulated a message was printed and all the transactions still
processed. Now the store returns an error when the failure is simulated
which the listener expects so that it can gracefully shutdown the system
and close the context. The context must be closed correctly or the
checkpointer won't save the last processed transactionId to the file
system.

Signed-off-by: Stanislav Jakuschevskij <stas@two-giants.com>
2025-02-24 13:14:48 +01:00
..
block.go Fix simulated failure issue 2025-02-24 13:14:48 +01:00
transaction.go Fix simulated failure issue 2025-02-24 13:14:48 +01:00