Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Status

Current state: Under Discussion Accepted

Discussion thread: here [Change the link from the KIP proposal email archive to your own email thread]
JIRA: here  

Voting thread: https://lists.apache.org/thread/183p9yrstl70zg5hgt6ozgbxmlwxmg6t

JIRA:

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyKAFKA-17253

Motivation

The helper class Joined has four getter methods: gracePeriod() ,  keySerde(), valueSerde(), and otherValueSerde(), which do not belong to this class.

...

  • org.apache.kafka.streams.kstream.Joined#gracePeriod 
  • org.apache.kafka.streams.kstream.Joined#keySerde 
  • org.apache.kafka.streams.kstream.Joined#valueSerde 
  • org.apache.kafka.streams.kstream.Joined#otherValueSerde 

These Apis APIs will no longer be publicly accessible in the future. For the gracePeriod method, we will add a corresponding method in the JoinedInternal class.

Compatibility, Deprecation, and Migration Plan

...