Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Warningnote

In release 4.0.20,

important fixes

major improvements were made to the Injector disk-backed History Store and upgrading is

recommended
Note

In release 4.0.19, major improvements were made to the Injector disk-backed History Store. Details on determining the setting for an Injector History Store for pre 4.0.19 modules can be found herehighly recommended.

Introduction

Store and Forward allows data to be buffered locally at a client when connections are down to a cloud endpoint and deliver that data when the connection is restored. This feature is critical in most applications because if we lose connection to the cloud end point, we will lose data if it is not buffered locally. When Store and Forward is enabled and the edge node detects a disconnect to the cloud end point, messages will be stored locally in a history store. When the edge node can reconnect to the cloud end point, it will publish any stored messages. The rate at which these stored messages are flushed from the history store is configurable to prevent any delays in the delivery of live data.

...