After reading through https://issues.apache.org/jira/browse/KAFKA-9921 I removed the option to enable/disable caching for `StreamJoined`, as caching will always be disabled because we retain duplicates.
I updated the KIP accordingly, it now adds only `enableLogging` as a config. On Mon, Nov 30, 2020 at 9:54 AM Leah Thomas <ltho...@confluent.io> wrote: > Hi all, > > I'd like to kick-off the discussion for KIP-689: Extend `StreamJoined` to > allow more store configs. This builds off the work of KIP-479 > <https://cwiki.apache.org/confluence/display/KAFKA/KIP-479%3A+Add+StreamJoined+config+object+to+Join> > to > add options to enable/disable both logging and caching for stream join > stores. > > KIP is here: > https://cwiki.apache.org/confluence/display/KAFKA/KIP-689%3A+Extend+%60StreamJoined%60+to+allow+more+store+configs > > > Looking forward to hearing your thoughts, > Leah >