Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
This is a follow up to SAMZA-1317, which solved the migration issue but doesn't allow users to use streams.<streamId>.* to set properties on the changelog.
After this ticket, users will configure the changelog on a store as a streamId, like this:
streams.my-changelog-topic.samza.system = my-system streams.my-changelog-topic.samza.physical.name = my.changelog.topic.name streams.my-changelog-topic.some-system-specific-property = some-system-specific-value stores.my-store.changelog = my-changelog-topic
We should resolve the provided system.topic configuration value against the new streams.<streamId> based configurations.
Attachments
Issue Links
- is a clone of
-
SAMZA-1317 Regression: changelog topics do not allow periods in the topic name
- Resolved