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
I am new to this events project, want to understand whether docker swarm cluster support publisher / reader pattern. I am looking for way working like this:
there is a docker cluster, take swarm cluster as example.
I can setup a client listener, which is connect to the cluster, my client can be notified automatically no matter what changes in the cluster, like new node joined, new images pulled, new container start/ stop, etc.
Does this event project support this?