You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tg...@apache.org on 2017/11/27 23:04:23 UTC

[beam] 01/01: Merge pull request #4127 from tgroh/logging_service

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

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

commit b6842a5a7c453838d19985d6fea5664f18332a4b
Merge: d8ca4c4 5a4f6ee
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Mon Nov 27 15:04:19 2017 -0800

    Merge pull request #4127 from tgroh/logging_service
    
    [BEAM-2899] Add a Logging Service to FnExecution

 .../fn-execution/src/main/proto/beam_fn_api.proto  |   4 +-
 runners/java-fn-execution/pom.xml                  |  15 +-
 .../apache/beam/runners/fnexecution/FnService.java |  13 +-
 .../fnexecution/InProcessServerFactory.java        |  54 +++++
 .../fnexecution/logging/GrpcLoggingService.java    | 118 +++++++++++
 .../{FnService.java => logging/LogWriter.java}     |  15 +-
 .../fnexecution/logging/Slf4jLogWriter.java        |  83 ++++++++
 .../{FnService.java => logging/package-info.java}  |  11 +-
 .../logging/GrpcLoggingServiceTest.java            | 221 +++++++++++++++++++++
 .../org/apache/beam/sdk/fn/test/TestStreams.java   |  11 +-
 10 files changed, 527 insertions(+), 18 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.