Explanation of Buffer of DeviceClient #1627
-
Hello everybody! I have a question about the normal DeviceClient. I would like to know how this buffer works. Are there any docs or explanation for this? I didn't find anything regardings buffers in the discussions. Thanks for any hints! Best regards, Peer |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @haverboecker! The device client buffer persists in memory, not disk storage. There currently is no way to persist them on the file system instead. You can set an expiry time on each message before you enqueue it. If you don't, then the message can stay queued indefinitely. |
Beta Was this translation helpful? Give feedback.
Hi @haverboecker! The device client buffer persists in memory, not disk storage. There currently is no way to persist them on the file system instead. You can set an expiry time on each message before you enqueue it. If you don't, then the message can stay queued indefinitely.