You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/04/08 21:40:51 UTC

[GitHub] [beam] robertwb commented on a change in pull request #11328: [BEAM-9618] Java SDK worker support for pulling bundle descriptors.

robertwb commented on a change in pull request #11328: [BEAM-9618] Java SDK worker support for pulling bundle descriptors.
URL: https://github.com/apache/beam/pull/11328#discussion_r405831616
 
 

 ##########
 File path: sdks/java/harness/src/main/java/org/apache/beam/fn/harness/FnHarness.java
 ##########
 @@ -194,10 +204,27 @@ public static void main(
       FinalizeBundleHandler finalizeBundleHandler =
           new FinalizeBundleHandler(options.as(GcsOptions.class).getExecutorService());
 
+      LoadingCache<String, BeamFnApi.ProcessBundleDescriptor> bundleProcessors =
 
 Review comment:
   Done.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services