cast
The casting agent transforms the input message data into a target-compatible schema.
Example
Given the input:
With an agent configuration of:
The output would be:
Topics
Input
Output
Configuration
Label | Type | Description |
---|---|---|
schema-type | string (required) | The target schema type. Only "STRING" is available. |
part | string (optional) | When used with KeyValue data, defines if the processing is done on the key or on the value. If null or absent the transform function applies to both the key and the value. Supported values are “key” or “value”. |
Last updated