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

Upgrading to support heartbeats from the 0.60+ host #24

Closed autodidaddict closed 1 year ago

autodidaddict commented 1 year ago

Tested via updated unit tests.

When receiving heartbeats from 0.60 RC7 and later, replaces contract ID with n/a , and instance IDs with n/a because that information is no longer emitted by the host during heartbeats.

Heartbeats generated by older hosts are handled just fine.