0

I am fetching couchbase mutations through java code similar to run function in https://github.com/couchbase/couchbase-kafka-connector/blob/master/src/main/java/com/couchbase/kafka/CouchbaseReader.java . We subscribe with a io scheduler instead of toBlocking at the end. We get mutations and streamEndMessages but we never get onComplete. Hence the code just waits until killed. We use core-io-1.2.6, and with top of branch core-io-1.3.0.

Zxcv Mnb
  • 733
  • 8
  • 19

1 Answers1

1

This is known limitation at the moment, which will be fixed in next version

avsej
  • 3,822
  • 4
  • 26
  • 31