KIP-128 — Add ByteArrayConverter for Kafka Connect
Accepted Kafka 1.0 Connect
Adds a ByteArrayConverter to Kafka Connect that passes raw byte[] values through without schema or conversion overhead. Connect's existing converters (JsonConverter, AvroConverter) always deserialize and re-serialize data through the Connect data model, making exact byte-for-byte mirroring and pass-through pipelines inefficient.
Details
| Author | Ewen Cheslack-Postava |
| Status | Accepted |
| Kafka Version | 1.0 |
| JIRA | KAFKA-4783 |
| Wiki | View on Apache Wiki |
| Created | 2017-02-25 |
| Last Modified | 2017-03-14 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.