Matthias J. Sax created KAFKA-20313:
---------------------------------------
Summary: Cleanup "leaking" internal interface `WindowedSerializer`
Key: KAFKA-20313
URL: https://issues.apache.org/jira/browse/KAFKA-20313
Project: Kafka
Issue Type: Improvement
Components: streams
Reporter: Matthias J. Sax
Kafka Streams has an internal helper interface `WindowedSerializer`, which the
two public classes `TimeWindowedSerializer` and `SessionWindowedSerializer`
implement.
This leaks the internal method `serializeBaseKey` into public API. We should
try to clean this up.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)