You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/03 07:18:51 UTC

[jira] [Commented] (SAMZA-1071) Implement aliases for input topics

    [ https://issues.apache.org/jira/browse/SAMZA-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15851173#comment-15851173 ] 

ASF GitHub Bot commented on SAMZA-1071:
---------------------------------------

GitHub user banecogic opened a pull request:

    https://github.com/apache/samza/pull/47

    SAMZA-1071: Implement aliases for input topics

    With current implementation for input topics we can define serde, bootstrapping, broadcasting ... Changing input topic name requires additional changes through the configuration - introducing chances for errors.
    Using aliases only one change is required (in task.inputs), therefore eliminating chances for error.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/banecogic/samza SAMZA-1071

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/47.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #47
    
----
commit f8f39b9a82cac8cc725fe01fd739a4f694a34e25
Author: banecogic <b....@levi9.com>
Date:   2017-02-02T12:57:36Z

    SAMZA-1071: Implement aliases for input topics

commit 922500172490447cbc9ddec6d7aa02b50239f152
Author: banecogic <b....@levi9.com>
Date:   2017-02-03T07:06:06Z

    Docs for SAMZA-1071

----


> Implement aliases for input topics
> ----------------------------------
>
>                 Key: SAMZA-1071
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1071
>             Project: Samza
>          Issue Type: New Feature
>            Reporter: Aleksandar Pejakovic
>            Assignee: Branislav Cogic
>            Priority: Minor
>
> With current implementation for input topics we can define serde, bootstrapping, broadcasting ... Changing input topic name requires additional changes through the configuration - introducing chances for errors. 
> Using aliases only one change is required (in task.inputs), therefore eliminating chances for error.



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