ReactiveCouchbase / ReactiveCouchbase-core

Core library for ReactiveCouchbase
Apache License 2.0
64 stars 28 forks source link

Provide API for using Memcached Buckets #51

Open vega113 opened 9 years ago

vega113 commented 9 years ago

Currently using memcached buckets results in:
java.lang.IllegalArgumentException: Durability options are not supported on memcached type buckets

mathieuancelin commented 9 years ago

When you use memcached bucket with the official driver, does it requires the use of a special API ?

vega113 commented 9 years ago

The official Java driver provides methods that allow to work with memchached, while reactive couchbase only uses specific method in the Java driver that allows to specify replication options (and are not actually used as the wrapper passes empty replicateTo option) and doesn't allow to work with memcached bucket.