You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has possibility of infinite loop when handle transaction error handleTxnError().
A transaction must be canceled if some error occurs, for exactly-once. In my opinion, it would be better to delay processing (time.Sleep) or log if cross the attempt threshold in a loop. (actually my suggestion is another business feature)
This has possibility of infinite loop when handle transaction error
handleTxnError()
.A transaction must be canceled if some error occurs, for exactly-once. In my opinion, it would be better to delay processing (time.Sleep) or log if cross the attempt threshold in a loop. (actually my suggestion is another business feature)
ref: #3 (comment)
The text was updated successfully, but these errors were encountered: