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.