Typedef PntosMessageStreamConfig
Defined in File orchestration.h
Typedef Documentation
-
typedef struct PntosMessageStreamConfig PntosMessageStreamConfig
This type configures the buffering, delay, and sorting characteristics of messages that are streamed into the orchestration plugin. The pntOS system will deliver messages to the orchestration plugin as it receives them. However, there is a fundamental tradeoff between latency and those messages being in-order. In particular, to guarantee that messages are sorted by timestamp, it is necessary to build a buffer and delay delivery, such that a sorting function may be applied. This structure allows the plugin to choose which messages are buffered and which are not.