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 was archived by the owner on Jan 21, 2020. It is now read-only.
Currently running all the plugins by hand is not a good UX. There are also no guarantees that
all the necessary plugins are started.
We need to come up with a mechanism for starting up plugins. A couple of use cases will considered:
plugins are deployed as locally available binaries (in the search $PATH).
plugins are deployed as Docker containers. This case should be included because we already have support for swarm mode for things like storage and leader detection.