KIP-1054 — Support External schema in JSONConvertor
Accepted Kafka 4.2 Connect
Introduces an `external.schema` configuration option for `JsonConverter` in Kafka Connect that reads the schema from a file path rather than embedding it in every message payload. When connectors require a schema (e.g., JDBC connectors) but the message producer cannot embed a schema in each JSON record, the current approach either bloats every message with a full schema copy or requires a schema registry.
Details
| Author | Priyanka K U |
| Status | Accepted |
| Kafka Version | 4.2 |
| JIRA | KAFKA-16913 |
| Wiki | View on Apache Wiki |
| Created | 2024-06-05 |
| Last Modified | 2025-03-20 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.