第3章 Avro Serialize Action
Serialize payload to Avro.
3.1. Configuration Options リンクのコピーリンクがクリップボードにコピーされました!
The following table summarizes the configuration options available for the avro-serialize-action Kamelet:
| Property | Name | Description | Type | Default | Example |
|---|---|---|---|---|---|
| schema | Schema | The Avro schema to use during serialization (as single-line, using JSON format) | string | {"type": "record", "namespace": "com.example", "name": "FullName", "fields": [{"name": "first", "type": "string"},{"name": "last", "type": "string"}]} | |
| validate | Validate | Indicates if the content must be validated against the schema | boolean | True |
* = Fields marked with an asterisk are mandatory.