Couchbase HaProxy

Hi i am new to Couchbase started learning from basic and doing some testing on local environment, In my organization asked me to use HaProxy (Load balancer) for Couchbase server. Is this possible to use Haproxy for couchbase and How?.

Our plan is to make like this.
All read request need to go to slave node and Write request need to go to master node.

1 Like

Couchbase Server with the SDKs are topology aware and automatically load balance. There’s no need for a separate proxy. There’s also no need to distribute reads to replica nodes. See developer.couchbase.com for an architectural overview.

Sure, Thank you so much.