TCP connector with delimited message

The TCP connector sends a delimited message to a receiver for each event bus hit. The message is formatted with a delimiter and an optional end-of-record indicator.

  • If the text in the message contains the delimiter, then the character is URL-encoded in the string. For example, the comma character (,) would be encoded as %2C.

The end-of-record indicator can be one of the following values:

  • Blank - no value
  • LF - line feed (\n)
  • CRLF - carriage return with line feed (\r\n)

The following is an example of the configuration in the DiscoverEventBus.cfg file:


TCP=ON
TCP_Server=localhost
TCP_Port=1971
TCP_Delim=,
# Record Terminator values (CRLF, LF, or blank)
TCP_RecTerminator=LF

TCP file schema

The TCP connector uses the default schema.