Event

A data event represents a discrete unit of data that captures a specific change or update, such as a record, row, or message. Within real-time streaming systems, data events play a crucial role in conveying changes to data sources. These events are processed by stream pipelines to enable real-time data processing and delivery.

In the context of a Stream Pipeline, when a data object containing multiple rows is loaded, each row is treated as an individual event and undergoes processing within the pipeline. On the other hand, data streamed through Streaming Ingestion is immediately processed as separate events.

The maximum event size is 4.5MB per event. Events above this size will not be processed but will be stored for error reference. See "Streaming data from Data Fabric" in the Infor Data Fabric User Guide in the Infor OS User and Administration Documentation Library (Cloud) for full details.