You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jake Maes (JIRA)" <ji...@apache.org> on 2018/10/02 17:00:01 UTC

[jira] [Assigned] (SAMZA-1320) Changelog topic configuration should accept streams. configurations

     [ https://issues.apache.org/jira/browse/SAMZA-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jake Maes reassigned SAMZA-1320:
--------------------------------

    Assignee:     (was: Jake Maes)

> Changelog topic configuration should accept streams.<streamId> configurations
> -----------------------------------------------------------------------------
>
>                 Key: SAMZA-1320
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1320
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Jake Maes
>            Priority: Major
>             Fix For: 0.13.0
>
>
> 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:
> {code}
> 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
> {code}
> We should resolve the provided system.topic configuration value against the new streams.<streamId> based configurations.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)