We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
reduce
Process: Call reduce with a topic-config that omits :topic-name Expected: Materialized instanced without a topic is used Actual: Exception is thrown
topic-config
:topic-name
Materialized
The text was updated successfully, but these errors were encountered:
fix for FundingCircle#262
981c2a7
8e9f06a
[FundingCircle#262] Fix inability to materialize without supplying a …
61a7566
…topic name
Merge pull request #2 from reifyhealth/262-materialized-config
cc78e27
[FundingCircle#262] Fix inability to materialize without supplying a topic name
078f353
No branches or pull requests
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 atopic-config
that omits:topic-name
Expected:
Materialized
instanced without a topic is usedActual: Exception is thrown
The text was updated successfully, but these errors were encountered: