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
{{ message }}
This repository was archived by the owner on Jun 1, 2021. It is now read-only.
When the CassandraEventLog gives up retrying a failed write it stops itself. As a consequence all event-sourced components connected to this log stop themselves. The error logging could be improved in that case: the event log could add some information about the events to be written and the components could log why they are stopping.
When the
CassandraEventLoggives up retrying a failed write it stops itself. As a consequence all event-sourced components connected to this log stop themselves. The error logging could be improved in that case: the event log could add some information about the events to be written and the components could log why they are stopping.