pnxtech / hydra

A light-weight library for building distributed applications such as microservices
https://www.hydramicroservice.com
MIT License
645 stars 54 forks source link

Hydra on kubernetes is not working well with redis cluster mode or master-slave mode #213

Open abdoolly opened 5 years ago

abdoolly commented 5 years ago

I am currently trying to deploy hydra on kubernetes so , I have been trying to make it work with redis in high availability modes.

I don't know which of them is the easiest but I would suggest to allow the redis configs to take 2 redis urls which is a master url and a slave url and use the slave for readonly operations. that would ease out solving the problem in the master-slave mode.

Thanks in advance.