[
https://issues.apache.org/jira/browse/BEAM-9618?focusedWorklogId=418919&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-418919
]
ASF GitHub Bot logged work on BEAM-9618:
----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Apr/20 21:40
Start Date: 08/Apr/20 21:40
Worklog Time Spent: 10m
Work Description: robertwb commented on 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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 418919)
Time Spent: 4.5h (was: 4h 20m)
> Allow SDKs to pull process bundle descriptors.
> ----------------------------------------------
>
> Key: BEAM-9618
> URL: https://issues.apache.org/jira/browse/BEAM-9618
> Project: Beam
> Issue Type: Improvement
> Components: beam-model
> Reporter: Robert Bradshaw
> Assignee: Robert Bradshaw
> Priority: Blocker
> Fix For: 2.21.0
>
> Time Spent: 4.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)