⚠️ Outdated Version - This page refers to an older version of our documentation. We recommend using the latest release for the most up-to-date guidance.

Msgpack

Last updated: 1 minute read.

Converts messages to or from the MessagePack format.

# Config fields, showing default values
label: ""
msgpack:
  operator: "" # No default (required)

Fields

operator

The operation to perform on messages.

Type: string

Option Summary
from_json Convert JSON messages to MessagePack format
to_json Convert MessagePack messages to JSON format