Skip to content

Commit 0f9d898

Browse files
Update howto-disk-backed-message-buffer.md
1 parent 2039e85 commit 0f9d898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/iot-operations/manage-mqtt-broker/howto-disk-backed-message-buffer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The **disk-backed message buffer** feature is used for efficient management of m
2828
By default, the disk-backed message buffer feature is disabled. In this case, messages remain in memory, and back pressure is applied to clients as the reader pool or scratch pool reaches the limit as defined by the [subscriber queue limit](./howto-broker-mqtt-client-options.md#subscriber-queue-limit).
2929

3030
Configuring the disk-backed message buffer is essential for maintaining a robust and reliable message queuing system, especially in scenarios where message processing speed and connectivity are critical.
31+
**Note**: The MQTT broker writes data to disk exactly as received from clients, without additional encryption. Securing the disk is essential to protect the data stored by the broker.
3132

3233
## Configuration options
3334

0 commit comments

Comments
 (0)