ReactiveCouchbase / ReactiveCouchbase-core

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

backpressure feature #35

Open nielsboldt opened 9 years ago

nielsboldt commented 9 years ago

I will start implementing a kind of back pressure feature in the near future.

The reason for doing this is that in error scenarioes where a couchbase node is done or not responding it can cause my entire application to become unresponsive. My current debugging efforts shows that it is caused by excessive garbage collection which is happening because a lot of operations has queued up and requests just keeps coming from the load balancer.

Would you be interested in adding this feature to the driver as a kind of optional feature. I would off course maintain it for the future or do you think it is a kind of feature creep?

mathieuancelin commented 9 years ago

Hi,

it can be a great feature, but I don't see how you can achieve that in the core driver.

Can you tell me more ?

mathieuancelin commented 9 years ago

Hi,

any news on that one ?