avalanche123 / cassandra-web

A web interface for Apache Cassandra
http://avalanche123.com/cassandra-web/
MIT License
135 stars 52 forks source link

should not shutdown when cassandra server is down #18

Open fmarslan opened 5 years ago

fmarslan commented 5 years ago

the app should not shutdown when Cassandra server is down. is there a solution for this ?

avalanche123 commented 5 years ago

do you mean that you can't start it when the server is down? you can keep starting it continuously until it succeeds or contribute re-initializing a cluster object

fmarslan commented 5 years ago

Yes, I think if the app not stops and tries to connect instead, will be better. Can this solution applicable to software?