Skip to main content

msgpack

BETA

This component is mostly stable but breaking changes could still be made outside of major version releases if a fundamental problem with the component is found.

Converts messages to or from the MessagePack format.

Introduced in version 3.59.0.

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

Fields

operator

The operation to perform on messages.

Type: string

OptionSummary
from_jsonConvert JSON messages to MessagePack format
to_jsonConvert MessagePack messages to JSON format