jackdaw
jackdaw copied to clipboard
Omitting topic name from aggregation topic configs constructs Materialized incorrectly
Motivation
I needed to add serdes to a reduce
operation, but I wanted to let KStreams manage the internal topic vs providing a topic name explicitly.
Repro
Process: Call reduce
with a topic-config
that omits :topic-name
Expected: Materialized
instanced without a topic is used
Actual: Exception is thrown