This is an automated email from the ASF dual-hosted git repository.

tgroh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 6b6800c  Merge pull request #4421
     add 064bf5e  Add InboundDataClient
     new 49c839c  Merge pull request #4427

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../runners/fnexecution/data/FnDataService.java    |   5 +-
 .../src/main/resources/beam/findbugs-filter.xml    |  11 ++
 .../apache/beam/sdk/fn/data/InboundDataClient.java |  59 ++++++++
 .../beam/fn/harness/BeamFnDataReadRunner.java      |   6 +-
 .../beam/fn/harness/data/BeamFnDataClient.java     |   7 +-
 .../beam/fn/harness/data/BeamFnDataGrpcClient.java |  18 ++-
 .../fn/harness/data/BeamFnDataInboundObserver.java |  49 +++++-
 .../data/CompletableFutureInboundDataClient.java   |  73 +++++++++
 .../beam/fn/harness/BeamFnDataReadRunnerTest.java  |  19 +--
 .../fn/harness/data/BeamFnDataGrpcClientTest.java  |  28 ++--
 .../data/BeamFnDataInboundObserverTest.java        |  30 ++--
 .../CompletableFutureInboundDataClientTest.java    | 166 +++++++++++++++++++++
 12 files changed, 407 insertions(+), 64 deletions(-)
 create mode 100644 
sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/InboundDataClient.java
 create mode 100644 
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/data/CompletableFutureInboundDataClient.java
 create mode 100644 
sdks/java/harness/src/test/java/org/apache/beam/fn/harness/data/CompletableFutureInboundDataClientTest.java

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to