Mihaly Dallos created FINERACT-1886:
---------------------------------------
Summary: Reverse-replay should emit BulkBusinessEvent only
Key: FINERACT-1886
URL: https://issues.apache.org/jira/browse/FINERACT-1886
Project: Apache Fineract
Issue Type: Bug
Reporter: Mihaly Dallos
*Repro*
# Enable sending Loan* external events
# Create a Client
# Create a Loan with 1000 EUR principal
# Approve the Loan
# Disburse the Loan
# Do a repayment of 5 EUR
# Do a repayment of 5 EUR
# Do a repayment of 14 EUR
# Reverse the first repayment
*Actual result*
Individual external events are emitted along with a {{BulkBusinessEvent}} which
contains the replayed transactions.
*Expected result*
A single {{BulkBusinessEvent}} should be emitted upon reversing a transaction
causing a replay
--
This message was sent by Atlassian Jira
(v8.20.10#820010)