= msgpack :type: processor :status: beta :categories: ["Parsing"] //// THIS FILE IS AUTOGENERATED! To make changes, edit the corresponding source file under: https://github.com/redpanda-data/connect/tree/main/internal/impl/. And: https://github.com/redpanda-data/connect/tree/main/cmd/tools/docs_gen/templates/plugin.adoc.tmpl //// // © 2024 Redpanda Data Inc. component_type_dropdown::[] Converts messages to or from the https://msgpack.org/[MessagePack^] format. Introduced in version 3.59.0. ```yml # 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 |===