patriknw / akka-data-replication

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

Java CRDTs #3

Closed dnlopes closed 10 years ago

dnlopes commented 10 years ago

Hi,

do you have any Java CRDTs implementations? In this repository I can only find Scala implementations, and though both languages are similar I was looking specifically for a Java implementation.

Thanks, David

patriknw commented 10 years ago

It is implemented in Scala, but can be used from Java also.

dnlopes commented 10 years ago

That was pretty dumb of me. Of course it can. It's working now. Thanks.

patriknw commented 10 years ago

No problem. It was not dumb. It is easy to create a Scala API that is not usable from Java, but I have tried to provide a good Java API. Let me know if you find something that is not working.