KIP-620 — Deprecate ConsumerConfig#addDeserializerToConfig and ProducerConfig#addSerializerToConfig
Accepted Kafka 2.7 Client
Deprecates and removes `ConsumerConfig.addDeserializerToConfig()` and `ProducerConfig.addSerializerToConfig()` static methods that became dead code after the internal serializer/deserializer instantiation was refactored. These utility methods no longer served any purpose after the config-building path they supported was removed, but remained in the public API adding confusion.
Details
| Author | Chia-Ping Tsai |
| Status | Accepted |
| Kafka Version | 2.7 |
| JIRA | KAFKA-10044 |
| Wiki | View on Apache Wiki |
| Created | 2020-05-26 |
| Last Modified | 2020-07-13 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.