XPCegeka / ElasticUp

Easy ElasticSearch migrations for continuous delivery!
MIT License
8 stars 3 forks source link

Set source index to 'read-only' during migrations #11

Open christophevr opened 7 years ago

christophevr commented 7 years ago

To guarantee data consistency during migrations, the source index should be read-only.

tomboon commented 7 years ago

Christophe already pushed a POC for this. See ReadOnlyIndexContext class.