wasmCloud / lattice-observer

A reusable Elixir library for monitoring a lattice and deriving observed state
https://wasmcloud.com
Apache License 2.0
3 stars 2 forks source link

[REFACTOR] Use a list of ignored events instead of pattern matching on each ignored event #33

Open connorsmith256 opened 1 year ago

connorsmith256 commented 1 year ago

As mentioned in https://github.com/wasmCloud/lattice-observer/pull/32#pullrequestreview-1483573243, we should really define a list of ignored events in a single place, instead of pattern matching on each ignored event