DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Table of Contents |
|---|
Status
Current state: Under Discussion Accepted
Discussion thread: here
JIRA: here
Voting thread: https://lists.apache.org/thread/183p9yrstl70zg5hgt6ozgbxmlwxmg6t
JIRA:
| Jira | ||||||
|---|---|---|---|---|---|---|
|
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#gracePeriodorg.apache.kafka.streams.kstream.Joined#keySerdeorg.apache.kafka.streams.kstream.Joined#valueSerdeorg.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
...