Open tanguy-opendsi opened 5 years ago
@tanguy-opendsi Hi, to be clear, you want to be able to setup several rabbitmq
or several redis
servers in ONLYOFFICE DocumentServer config?
@ShockwaveNN yes sorry if i'm not clear.
@tanguy-opendsi We use node_redis
library for redis and it's currently not support clustering, see https://github.com/NodeRedis/node_redis/issues/574
About rabbitmq - you can try to figure it out by yourself via https://www.rabbitmq.com/clustering.html#clustering-and-clients, but we got no working instruction for this
@ShockwaveNN Thx for reply. I think the best way to do a real load balancing HA onlyoffice app is to provide a floating ip directly on our servers (redis/rabbitmq) using peacemaker or something else.
@tanguy-opendsi We use
node_redis
library for redis and it's currently not support clustering, see NodeRedis/node-redis#574
Have you thought about replacing it with ioredis?
Any update on this ?
Sorry no news about the original issue
But now we provide k8s version of DocumentServer, maybe this may help
since a few months have passed by - any news on this?
Hi we actualy have 3 onlyoffice document server on debian9 system. In front to onlyoffice we have haproxy configured with load balancing mode (roundrobin)
We want use onlyoffice with redis cluster and rabbitmq cluster.
My question is : How can i configure onlyoffice with rabbitmq cluster, and redis Actualy we just have only one server target.
For exemple in onlyoffice configuration we have
Best regards