Store packet while gateway bridge offline

Hii @brocaar,

is there any mechanism to store packets in chirpstack-gateway-bridge when no internet connection/MQTT server down?

we have installed chirpstack-gateway-bridge in the gateway.

Thanks

Yes, set QoS = 1 in the gateway bridge (when configure on-gateway, as you’ve done).

1 Like

Hi bconway,

you have any idea how much time it will store packets while gateway bridge offline.

Unfortunately, details about the queue size, queue longevity, or behavior when the queue is full are pretty murky. That is handled by the MQTT client, and I’m not seeing much spelling it out in the docs:

https://pkg.go.dev/github.com/eclipse/paho.mqtt.golang