KIP-1047 — Introduce new org.apache.kafka.tools.api.Decoder to replace kafka.serializer.Decoder
Accepted Kafka 3.8 AdminClient
Introduces `org.apache.kafka.tools.api.Decoder` as a Java replacement for `kafka.serializer.Decoder` (Scala, in core module) to facilitate the migration of all tools-related code from core to the tools module in Kafka 4.0. The old interface cannot be retained because the core module is being dropped.
Details
| Author | Chia-Ping Tsai |
| Status | Accepted |
| Kafka Version | 3.8 |
| JIRA | KAFKA-16796 |
| Wiki | View on Apache Wiki |
| Created | 2024-05-20 |
| Last Modified | 2024-05-26 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.