Cluster support?
dangkaka opened this issue · 2 comments
dangkaka commented
Hi,
Does kala
support to run in cluster?
I see kala run "worker" and http server in same process and I don’t see where you solve race condition issue in worker
If only 1 server can be up => we can't make sure service available.
Good library overall !!
ajvb commented
Hey @dangkaka,
No it doesn't and it almost certainly never will. There is a short snippet in the README about this.
A design goal of Kala is to keep it very simple. Single host, no external services required (default is BoltDB for persistence).
dangkaka commented
okk, thanks