Hacker News new | ask | show | jobs
by princetman 3258 days ago
Semi-related to Foxx, is it now possible to add/remove coordinators dynamically to cluster? In other words, can we now scale out Foxx services easily if load increases?
2 comments

It's trivial to add additional coordinators and removing coordinators no longer has a chance of affecting Foxx because the authority for the deployed services now lies with the database servers rather than the coordinators -- the coordinators are now fully disposable.

Be sure to check out this short demo of the Cluster Starter:

https://www.arangodb.com/fault-tolerant-foxx/

Never mind. Just seen your reply and link on other comment. Looks very promising, cheers.