[ https://issues.apache.org/jira/browse/KAFKA-18478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matthias J. Sax updated KAFKA-18478: ------------------------------------ Fix Version/s: 3.8.2 > RocksDBTimeOrderedKeyValueBuffer does only use serdes from config > ----------------------------------------------------------------- > > Key: KAFKA-18478 > URL: https://issues.apache.org/jira/browse/KAFKA-18478 > Project: Kafka > Issue Type: Bug > Components: streams > Affects Versions: 3.6.0 > Reporter: Matthias J. Sax > Assignee: Matthias J. Sax > Priority: Major > Fix For: 4.0.0, 3.9.1, 3.8.2 > > > The newly added stream-table join with grace-period, added a new > RocksDBTimeOrderedKeyValueBuffer store. > > This new store's key and value serializers are not initialized correctly, but > are always `null`, resulting in falling back to use the serdes from > StreamsConfig. > > Thus, serdes passed via `Joined` are ignored. -- This message was sent by Atlassian Jira (v8.20.10#820010)