brifly, can i run a sprcing cloud config server cluster to ensure HA, if I can, how?
I'm trying to use spring cloud config as my central config service my problem is that each client can only specify one server to fetch config if this server is down. everything has to wait for its recovery
some other framework allows you to run several servers and enumrate them on the client side. does spring cloud has such feature
If that's not possible, I'm considering run several instances and put them behind nginx. will that cause some side effect?
any suggest would be appriciated
