[ https://issues.apache.org/jira/browse/KAFKA-17253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matthias J. Sax resolved KAFKA-17253. ------------------------------------- Fix Version/s: 4.0.0 Resolution: Fixed > 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 > Assignee: TengYao Chi > Priority: Major > Labels: kip > Fix For: 4.0.0 > > > The helper class `Joined` has four getter methods `gracePeriod()`, > `keySerde()`, `valueSerde()` and `otherValueSerde()` which don't belong to > this class. > We should deprecate them for future removal – all four are already available > via JoinedInternal where they belong to. > KIP-1078: > [https://cwiki.apache.org/confluence/display/KAFKA/KIP-1078%3A+Remove+Leaking+Getter+Methods+in+Joined+Helper+Class] > -- This message was sent by Atlassian Jira (v8.20.10#820010)