Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Changelog topic configuration currently doesn't not work if we try to use a streams.streamId based configuration for the topic name. E.g.,
streams.my-changelog-topic.samza.system = my-system streams.my-changelog-topic.samza.physical.name = my.changelog.topic.name stores.my-store.changelog = my-changelog-topic
Expected changelog topic name = my.changelog.topic.name
Actual changelog topic name = my-changelog-topic
We should resolve the provided system.topic configuration value against the new streams.<streamId> based configurations.
Attachments
Issue Links
- is cloned by
-
SAMZA-1320 Changelog topic configuration should accept streams.<streamId> configurations
- Open
- links to