GitHub user xinyuiscool opened a pull request:
https://github.com/apache/samza/pull/328
SAMZA-1457: Set retention for internal streams for Batch application
For intermediate streams, checkpoint and changelog, we need to set a short
retention period for batch.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xinyuiscool/samza SAMZA-1457
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/328.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 #328
----
commit e3148697dc384342def6b6e36cd76ab671349287
Author: Xinyu Liu <[email protected]>
Date: 2017-10-13T19:14:41Z
SAMZA-1457: Set retention for internal streams for Batch application
commit 0549b708087d65c906e5172b68dd7541e28fc181
Author: Xinyu Liu <[email protected]>
Date: 2017-10-13T21:07:58Z
Add unit tests
----
---