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.
static SHARED_MQTT_CLIENT: LazyLock<Cache<String, Weak<MqttConnectionCheck>>>Consumer client is shared, and the cache doesn’t manage the lifecycle, so we store Weak and no eviction.