Why doesn't clojure have nice tools for working with ZK via curator? I want to make it easy to get consistent atoms, sets, leader election, queuing, locking, and service discovery with Clojure. These are important for things like tracking cluster membership or metadata, which can be temporarily unavailable as long as the underlying system carries on independently, which it should.
Why doesn't clojure have nice tools for working with ZK via curator? I want to make it easy to get consistent atoms, sets, leader election, queuing, locking, and service discovery with Clojure. These are important for things like tracking cluster membership or metadata, which can be temporarily unavailable as long as the underlying system carries on independently, which it should.