Static SHARED_MQTT_CLIENT

Source
static SHARED_MQTT_CLIENT: LazyLock<Cache<String, Weak<MqttConnectionCheck>>>
Expand description

Consumer client is shared, and the cache doesn’t manage the lifecycle, so we store Weak and no eviction.