gryadka / js

Gryadka is a minimalistic master-master replicated consistent key-value storage based on the CASPaxos protocol
https://arxiv.org/abs/1802.07000
MIT License
328 stars 32 forks source link

deleted #1

Closed rystsov closed 7 years ago

rystsov commented 8 years ago

Right now the return messages are handled through callbacks, see AcceptorClientMock class. It should be changed to NetworkReceiver registering and dispatching, see its registerAcceptor method.

This change should improve logging and message interception abilities. Improved logging is important for process mining purposes to check that observed behavior correspond to the modeled behavior.