62장. Protobuf Serialize Action
Serialize payload to Protobuf.
62.1. Configuration Options 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
The following table summarizes the configuration options available for the protobuf-serialize-action Kamelet:
| Property | Name | Description | Type | Default | Example |
|---|---|---|---|---|---|
| schema | Schema | The Protobuf schema to use during serialization (as single-line) | string | message Person { required string first = 1; required string last = 2; } |
* = Fields marked with an asterisk are mandatory.