hashicorp / serf

Service orchestration and management tool.
https://www.serf.io/
Mozilla Public License 2.0
5.86k stars 594 forks source link

remove unnecessary check. just overwrite. #737

Closed mbver closed 4 weeks ago

mbver commented 4 weeks ago

it is unnecessary to check for event of the same type and skip it. if we overwrite event of the same type, it's the same as skipping it. it doesn't matter if that event is update event or not.