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
So far the initial projection support only offers a minimal ErrorStrategy (stop or retry) and no projection management at all. To be useful in production scenarios, we need:
add ErrorStrategy::Skip,
extend ErrorStrategy::Retry with a maximum number of retries, then stop or skip,
offer a projection management API that allows for
stopping a running projection
resuming a stopped projection
set the sequence number of a stopped projection to any existing value and restart from there
The text was updated successfully, but these errors were encountered:
So far the initial projection support only offers a minimal
ErrorStrategy
(stop or retry) and no projection management at all. To be useful in production scenarios, we need:ErrorStrategy::Skip
,ErrorStrategy::Retry
with a maximum number of retries, then stop or skip,The text was updated successfully, but these errors were encountered: