Description
The Javadoc of ExtendedDeserializer states:
* Prefer {@link Deserializer} if access to the headers is not required. Once Kafka drops support for Java 7, the * {@code deserialize()} method introduced by this interface will be added to Deserializer with a default implementation * so that backwards compatibility is maintained. This interface may be deprecated once that happens.
Since we have dropped Java 7 support, we should figure out how to do this. There are compatibility implications, so a KIP is needed.
Attachments
Issue Links
- is related to
-
KAFKA-6161 Add default implementation to close() and configure() for Serializer, Deserializer and Serde
- Resolved
- links to
- mentioned in
-
Page Loading...