You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.
ZK is a fairly simple model, most of the complexity comes from the distributed aspect. As such, we've done a fair bit of work on implementing an in-memory ZK server, to make it easy to test components that depend on ZK in some regard.
Our approach has been to turn zk.Conn into an interface, which we then have a simple in-memory implementation of for tests.
Does this seem within the scope of this project? We'd be happy to polish it a bit more and contribute if you think it falls within scope.
Best,
Scott
The text was updated successfully, but these errors were encountered:
Hi,
ZK is a fairly simple model, most of the complexity comes from the distributed aspect. As such, we've done a fair bit of work on implementing an in-memory ZK server, to make it easy to test components that depend on ZK in some regard.
Our approach has been to turn zk.Conn into an interface, which we then have a simple in-memory implementation of for tests.
Does this seem within the scope of this project? We'd be happy to polish it a bit more and contribute if you think it falls within scope.
Best,
Scott
The text was updated successfully, but these errors were encountered: