You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by xinyuiscool <gi...@git.apache.org> on 2017/09/06 23:56:29 UTC

[GitHub] samza pull request #292: SAMZA-1415: Add clearStream API in SystemAdmin and ...

GitHub user xinyuiscool opened a pull request:

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

    SAMZA-1415: Add clearStream API in SystemAdmin and remove deprecated APIs

    The patch does the following:
    
    1) add clearStream() APi in SystemAdmin. Currently it's only supported in Kafka with broker configuring delete.topic.enable=true.
    
    2) remove the deprecated APIs including createChangeLogStream(), validateChangelogStream() and createCoordinatorStream().


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

    $ git pull https://github.com/xinyuiscool/samza SAMZA-1415

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

    https://github.com/apache/samza/pull/292.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 #292
    
----
commit d2ae36f6074a1b224f43478e0b341837d41f061f
Author: Xinyu Liu <xi...@xiliu-ld1.linkedin.biz>
Date:   2017-09-06T17:11:23Z

    Initial impl for clearStream

commit 6b8298626c75b787058cc829de6fe012ed9f3875
Author: Xinyu Liu <xi...@xiliu-ld1.linkedin.biz>
Date:   2017-09-06T23:29:31Z

    Clean up the deprecated api for creating coordinator and changelog streams

----


---

[GitHub] samza pull request #292: SAMZA-1415: Add clearStream API in SystemAdmin and ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---