SetSchemaMetadata¶
Description¶
Set the schema name, version or both on the record's key (org.apache.kafka.connect.transforms.SetSchemaMetadata$Key
) or value (org.apache.kafka.connect.transforms.SetSchemaMetadata$Value
) schema.
Properties¶
Name | Description | Type | Default | Valid Values | Importance |
---|---|---|---|---|---|
schema.name |
Schema name to set. | string | null |
high | |
schema.version |
Schema version to set. | int | null |
high |