kclay / rethink-scala

Scala Driver for RethinkDB
Other
100 stars 24 forks source link

Support Changefeeds #12

Open ohde opened 10 years ago

ohde commented 10 years ago

http://rethinkdb.com/docs/changefeeds/

kclay commented 10 years ago

Started some of the support here with basic callbacks, was going to try to use Iteratees but thought a simple implementation would be best to start.

ohde commented 10 years ago

Ok, great. Thanks. I will leave this open so it is known Iteratees would like be used in the future.

gmethvin commented 9 years ago

@kclay What does the changefeed support look like at the moment? It looked to me like you have the APIs but it doesn't seem to ever call my callback.

kclay commented 9 years ago

Its still in its infancy stages. I havn't pushed the code but I have a rough implementation done with scalaz-streams