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 2017/06/02 22:02:04 UTC

[jira] [Updated] (SAMZA-1317) Regression: changelog topics do not allow periods in the topic name

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

Jake Maes updated SAMZA-1317:
-----------------------------
    Summary: Regression: changelog topics do not allow periods in the topic name  (was: Changelog topic configuration should accept streams.<streamId> configurations)

> Regression: changelog topics do not allow periods in the topic name
> -------------------------------------------------------------------
>
>                 Key: SAMZA-1317
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1317
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Prateek Maheshwari
>            Assignee: Jake Maes
>             Fix For: 0.13.0
>
>
> Changelog topic configuration currently doesn't not work if we try to use a streams.streamId based configuration for the topic name. E.g.,
> {code}
> 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
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)