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 d8ca4c4  Merge pull request #4151 from tgroh/bundle_executor
     add d7cb604  Add a Logging Service implementation to FnExecution
     add a566bc4  Implement an Slf4j Log Writer
     add 5a4f6ee  Update UNSPECIFIED level documentation
     new b6842a5  Merge pull request #4127 from tgroh/logging_service

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:
 .../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 +++++++++++
 .../runners/fnexecution/logging/LogWriter.java}    |  13 +-
 .../fnexecution/logging/Slf4jLogWriter.java        |  83 ++++++++
 .../runners/fnexecution/logging}/package-info.java |   5 +-
 .../logging/GrpcLoggingServiceTest.java            | 221 +++++++++++++++++++++
 .../org/apache/beam/sdk/fn/test/TestStreams.java   |  11 +-
 10 files changed, 521 insertions(+), 16 deletions(-)
 create mode 100644 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/InProcessServerFactory.java
 create mode 100644 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/logging/GrpcLoggingService.java
 copy 
runners/{direct-java/src/main/java/org/apache/beam/runners/direct/Clock.java => 
java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/logging/LogWriter.java}
 (73%)
 create mode 100644 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/logging/Slf4jLogWriter.java
 copy 
runners/{apex/src/main/java/org/apache/beam/runners/apex/translation/operators 
=> 
java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/logging}/package-info.java
 (80%)
 create mode 100644 
runners/java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/logging/GrpcLoggingServiceTest.java

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

Reply via email to