Matthias J. Sax created KAFKA-18478:
---------------------------------------
Summary: 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
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)