Details
Description
For example, in KTableSuppressProcessor, we do:
final Bytes serializedKey = Bytes.wrap(keySerde.serializer().serialize(null, key));
This violates the contract of Serializer (and Deserializer), and breaks integration with known Serde implementations.