hashicorp / serf

Service orchestration and management tool.
https://github.com/hashicorp/serf/blob/master/docs/index.html.markdown
Mozilla Public License 2.0
5.88k stars 596 forks source link

[Question] User events to a node rejoining the cluster #692

Open lrondanini opened 1 year ago

lrondanini commented 1 year ago

Hi all,

I was wondering, why when a node rejoins the cluster (manual shutdown and restart) it receives all the user events and not just the ones it missed? Can I control this behavior somehow?

Thanks