[
https://issues.apache.org/jira/browse/KAFKA-17253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias J. Sax updated KAFKA-17253:
------------------------------------
Description:
The helper class `Joined` has three getter methods `keySerde()`, `valueSerde()`
and `otherValueSerde()` which don't belong to this class.
We should deprecate them for future removal – all three are already available
via JoinedInternal where they belong to.
was:
The helper class `Joined` has three getter methods `keySerde()`, `valueSerde()`
and `otherValueSerde()` which don't belong to this class.
We should deprecate them for future removal and move them to `JoinedInternal`
where they belong.
> Remove leaking getter methods in Joined helper class
> ----------------------------------------------------
>
> Key: KAFKA-17253
> URL: https://issues.apache.org/jira/browse/KAFKA-17253
> Project: Kafka
> Issue Type: Improvement
> Components: streams
> Reporter: Matthias J. Sax
> Priority: Major
> Labels: needs-kip
>
> The helper class `Joined` has three getter methods `keySerde()`,
> `valueSerde()` and `otherValueSerde()` which don't belong to this class.
> We should deprecate them for future removal – all three are already available
> via JoinedInternal where they belong to.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)