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 <[email protected]>
Date: 2017-09-06T17:11:23Z
Initial impl for clearStream
commit 6b8298626c75b787058cc829de6fe012ed9f3875
Author: Xinyu Liu <[email protected]>
Date: 2017-09-06T23:29:31Z
Clean up the deprecated api for creating coordinator and changelog streams
----
---