tamer icon indicating copy to clipboard operation
tamer copied to clipboard

Add checks for consistency of topic

Open gurghet opened this issue 3 years ago • 0 comments

After #540 there are no more checks of the state topic in case of crashes. On one hand the cases are greatly reduced by the introduction of transactionality, on the other this does nothing to prevent external factors (wrong number of replicas or simply external producers to the topic). We could add an invariant check, that not only checks the topic for consistency on start up, but also continuously monitors the number of messages read and stops in case more than one message is in the buffer.

gurghet avatar Oct 01 '21 14:10 gurghet