Matthias J. Sax created KAFKA-9068: -------------------------------------- Summary: Fix incorrect JavaDocs for `Stores.xxxSessionStore(...)` Key: KAFKA-9068 URL: https://issues.apache.org/jira/browse/KAFKA-9068 Project: Kafka Issue Type: Bug Components: streams Affects Versions: 2.1.0 Reporter: Matthias J. Sax
As reported on StackOverflow, the JavaDocs are incorrect: [https://stackoverflow.com/questions/58426767/what-happens-if-session-window-ends-before-retention-period-and-inactivity-gap-e] For session stores, the retention period must be larger than gap+grace – the window-size is not relevant. -- This message was sent by Atlassian Jira (v8.3.4#803005)