GitHub user cameronlee314 opened a pull request:
https://github.com/apache/samza/pull/829
SAMZA-2012: Add API for wiring an external context through to application
processing code
This PR also refactors TestSamzaSqlRemoteTable to be in samza-test instead
of samza-sql, since it seems to actually be an integration test. It is useful
to move that test in this PR so that tests that may need an external context
can be consolidated.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cameronlee314/samza external_context
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/829.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 #829
----
commit 3f721a8b46b445fea51b1657cecc2d3544e6079c
Author: Cameron Lee <calee@...>
Date: 2018-11-29T23:03:41Z
SAMZA-2012: Add API for wiring an external context through to application
processing code
----
---