Stratio / sparta

Real Time Analytics and Data Pipelines based on Spark Streaming
Apache License 2.0
524 stars 197 forks source link

server HA #1679

Open AndyRao opened 7 years ago

AndyRao commented 7 years ago

Any consideration about server HA? If there is only one server, when that server is down, no one can create policies.

compae commented 7 years ago

Hi @AndyRao,

previously in Stratio support HA with HA proxy and run more than one servers. Now we are implementing this feature inside DC/OS and marathon.

In a near future is possible that support this feature natively... but now I can't be sure.

Thanks.

AndyRao commented 7 years ago

Hi @compae I have another question, Is sparta server stateless or stateful ? I think all state is stored in zookeeper, so I prefer it to be stateless but I'm not very sure about that. If it's stateful, I think you can use akka cluster singleton to implement HA feature.

Thanks