patriknw / akka-data-replication

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

Perhaps use MultiMap #25

Closed huntc closed 10 years ago

huntc commented 10 years ago

Perhaps consider the use of Scala's MultiMap inside the Replicator when managing subscribers, although it is a mutable data structure of course. It may simplify the code though.

patriknw commented 10 years ago

@huntc thanks for the suggestion, fixed here #31