StreamRequestRequest limitation

Hi, I am using the java sdk (specifically the couchbase kafka connector) to request DCP streams from a couchbase 3.0.3 server.
I used one couchbase connection to send multiple StreamRequestRequest, but no matter how many request I sent (1024 at most), i can receive no more than 128 StreamRequestResponse. Is this a hard limit in the server?

Hi,
I’m having similar problems, although I’m not using the kafka-connector. Did you find a solution?

There is an issue in core library, where only one node included into logical connection stream. We are fixing it currently here
http://review.couchbase.org/61512