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 has been archived by the owner on Aug 25, 2020. It is now read-only.
It seems not too difficult to replace the RollingChronicle in the event store implementation hence the interfaces are the same or at least very similar.
The test cases for the cycling event store fail due to a 'corrupted length' error (IllegalStataException) which is addressed in the pull request above.
Chronicle 3.3.3 now supports log rotation for VanillaChronicle. The new ChronicleQueueBuilder offers configuration parameters for cycleFormat and cycleLength which affect the naming and size the of chronicle files.
The authors recommend to use VanillaChronicle instead of RollingChronicle from now on. I'll change the implementation according to their recommendation.
... when available
The text was updated successfully, but these errors were encountered: