MAIF / izanami

Izanami is a centralized versatile feature flag solution, well suited for micro service architectures.
https://maif.github.io/izanami/
Apache License 2.0
186 stars 43 forks source link

Clustering #95

Closed savoisn closed 6 years ago

savoisn commented 6 years ago

Hi Guys, It's more a question than an issue... Is there any level of clustering and cross datacenter feature in Izanami?

If not (which is totaly ok...) Can we rely on Cassandra cross datacenter clustering to be able to use Izanami accross multiple datacenter?

Thanks in advance :)

larousso commented 6 years ago

Hi @savoisn, At the moment Izanami can use cassandra, redis and elasticsearch to store data. Even if Izanami is "stateless", only cassandra support cross data center replication. You can rely on cassandra, N instance of Izanami and a load balancer to use izanami in a multi DC env.

If you use features that need events (SSE) you have to use a kafka broker too