patriknw / akka-data-replication

Replication of CRDTs in Akka Cluster
Other
216 stars 18 forks source link

Introduce base type for responses #11

Closed hseeberger closed 10 years ago

hseeberger commented 10 years ago

For example there could be sealed trait Replicator.UpdateResponse and then Replicator.UpdateSuccess, Replicator.WrongSeqNr, etc. would mix that in.

patriknw commented 10 years ago

great suggestion