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
This issue might be due to the fact that I don't properly understand how to use the cassandra event store. If that is the case, please point me to an example of how I should be using the event store.
I'm basically writing a unit test for my Events that follow the usage show in RoundTripTest. This class makes calls to JsonSerialiser in constructing the EventLog and JsonDeserialiser to create the EventRetriever. Both the JsonSerialiser and JsonDeserialiser are private to the package com.opencredo.concursus.cassandra.events. Should these two classes for serialization be private?
The text was updated successfully, but these errors were encountered:
This issue might be due to the fact that I don't properly understand how to use the cassandra event store. If that is the case, please point me to an example of how I should be using the event store.
I'm basically writing a unit test for my Events that follow the usage show in RoundTripTest. This class makes calls to JsonSerialiser in constructing the
EventLog
and JsonDeserialiser to create theEventRetriever
. Both the JsonSerialiser and JsonDeserialiser are private to the packagecom.opencredo.concursus.cassandra.events
. Should these two classes for serialization be private?The text was updated successfully, but these errors were encountered: