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
If the callback provided to subscriptionProcess fails with an exception, event processing stops.
In this case, all buffered cursors up to (excluding) the failing event batch should be committed right before subscriptionProcess returns.
Current behaviour needs to be checked (I suppose there is no committing of buffered cursors) and most likely such a fallback commit mechanism needs to be implemented.
The text was updated successfully, but these errors were encountered:
If the callback provided to
subscriptionProcess
fails with an exception, event processing stops.In this case, all buffered cursors up to (excluding) the failing event batch should be committed right before
subscriptionProcess
returns.Current behaviour needs to be checked (I suppose there is no committing of buffered cursors) and most likely such a fallback commit mechanism needs to be implemented.
The text was updated successfully, but these errors were encountered: