KIP-821 — Connect Transforms support for nested structures
Discussion Connect
Extends Kafka Connect Single Message Transforms (SMTs) to support nested field access and modification using dot-notation paths (e.g., `field.subfield`). Existing SMTs only operate on root-level fields, requiring custom SMT implementations for any transformation involving nested Struct or Map fields.
Details
| Author | Jorge Esteban Quilcate Otoya |
| Status | Discussion |
| JIRA | KAFKA-13656 |
| Wiki | View on Apache Wiki |
| Created | 2022-02-08 |
| Last Modified | 2023-08-29 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.