ReactiveCouchbase / ReactiveCouchbase-core

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

reconnection issues resolved in Java Couchbase Client 1.4.4 #41

Closed yegeniy closed 9 years ago

yegeniy commented 9 years ago

Dear @mathieuancelin,

There were some bug fixes in the Java couchbase client version 1.4.4 that resolved underlying reconnection logic. Are there any plans to incorporate the changes directly (e.g. @zbintliff's #40)?

A workaround to excluding the dependency on com.couchbase.client:couchbase-client:1.4.2 and forcing 1.4.4 in the code pulling in ReactiveCouchbase-core seems to work just as well; although, it's a little less convenient.

mathieuancelin commented 9 years ago

I'll publish a new snapshot soon with the new client

yegeniy commented 9 years ago

:metal: Thank you Mathieu.