Versions Compared

Key

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

The Workflow Bridge agents act as a bridge for communication between real-time workflows, or between a batch and a real-time workflow, within the same system.

Warning
titleDeprecation

Netty version 3 will be deprecated in a future version of .

To mix agents with different Netty versions within the same execution context is not supported. Furthermore, you cannot run several execution contexts with different versions of Netty communicating with one another.

The Workflow Bridge agents do not use any storage server to manage the data. Data is instead stored in memory cache when executing on the same EC/ECSA, or streamed directly from one agent to another, over TCP/IP, when executing on different EC/ECSAs. This provides efficient transfer of data, especially from batch to real-time workflows.

...