[
https://issues.apache.org/jira/browse/KAFKA-20313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18065980#comment-18065980
]
Matthias J. Sax commented on KAFKA-20313:
-----------------------------------------
[~siddharthadevineni] – I think high level yes, but I am not 100% sure, given
how the code is structured right now, how the details would look like. I
believe this case is somewhat different to the `Bytes` one... might be good to
start with a POC PR, before writing a KIP, so we can really figure out how it
would all fit together; at least, it's not clear to me atm.
> 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
> Priority: Minor
> Labels: needs-kip
>
> 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)