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?
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:
Does this event project support this?