[
https://issues.apache.org/jira/browse/KAFKA-18478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias J. Sax reassigned KAFKA-18478:
---------------------------------------
Assignee: Matthias J. Sax
> 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
>
> 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)