GitHub user rmatharu opened a pull request:
https://github.com/apache/samza/pull/864
SAMZA-2018 : State restore improvements using RocksDB writebatch API
This PR enables the RocksDbKeyValueStore to use the writeBatch API.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rmatharu/samza writebatch
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/864.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 #864
----
commit 24c8599bd710a93d5c09252bda0967de2007e61e
Author: Ray Matharu <rmatharu@...>
Date: 2018-12-18T07:20:58Z
SAMZA-2018 : State restore improvements using RocksDB writebatch API
----
---