Background:
The tx pool mgr service already contains retransmission-related code, but it has not been fully implemented yet.
Problem:
When Seq encounters an exception (e.g., crash, restart) or switches to a backup Seq instance, transactions currently in the transaction pool may be lost.
Proposal:
Complete the implementation of the tx pool mgr retransmission mechanism.
Ensure that during Seq startup failures or backup Seq switching, the retransmission mechanism is triggered to check and resend pending transactions, preventing transaction loss.
Background:
The tx pool mgr service already contains retransmission-related code, but it has not been fully implemented yet.
Problem:
When Seq encounters an exception (e.g., crash, restart) or switches to a backup Seq instance, transactions currently in the transaction pool may be lost.
Proposal:
Complete the implementation of the tx pool mgr retransmission mechanism.
Ensure that during Seq startup failures or backup Seq switching, the retransmission mechanism is triggered to check and resend pending transactions, preventing transaction loss.