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
Certain exceptions which are caught in the CommandChannelImpl justify a retry of the dispatching command instead of failing directly. For example, if an OutOfDirectMemoryError occurs, we can retry with a back-off instead of throwing a AxonServerException further up.
The TODO's on line 328 and 365 correspond to this issue.
The text was updated successfully, but these errors were encountered:
Certain exceptions which are caught in the
CommandChannelImpl
justify a retry of the dispatching command instead of failing directly. For example, if anOutOfDirectMemoryError
occurs, we can retry with a back-off instead of throwing aAxonServerException
further up.The TODO's on line 328 and 365 correspond to this issue.
The text was updated successfully, but these errors were encountered: