[
https://issues.apache.org/jira/browse/BEAM-6094?focusedWorklogId=172247&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-172247
]
ASF GitHub Bot logged work on BEAM-6094:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Dec/18 11:48
Start Date: 05/Dec/18 11:48
Worklog Time Spent: 10m
Work Description: robertwb commented on a change in pull request #7078:
[BEAM-6094] Implement external environment for portable BeamPython.
URL: https://github.com/apache/beam/pull/7078#discussion_r239030465
##########
File path: model/pipeline/src/main/proto/beam_runner_api.proto
##########
@@ -1045,6 +1046,11 @@ message ProcessPayload {
map<string, string> env = 4; // Environment variables
}
+message ExternalPayload {
+ ApiServiceDescriptor endpoint = 1;
Review comment:
ApiServiceDescriptor has the same meaning as everything else.
Correct. I started going down the road of spec-ing out a full REST protocol
here, but figured that was better deferred to future work, and this PR focuses
on the more basic mechanisms while leaving the transport layer more extensible
(either withing the ApiServiceDescriptor, if we decide to go that route, or
along side it as a different endpoint type, in which case we could make this a
oneof).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 172247)
Time Spent: 1h 40m (was: 1.5h)
> Implement External environment for Portable Beam
> ------------------------------------------------
>
> Key: BEAM-6094
> URL: https://issues.apache.org/jira/browse/BEAM-6094
> Project: Beam
> Issue Type: Improvement
> Components: beam-model
> Reporter: Robert Bradshaw
> Assignee: Robert Bradshaw
> Priority: Major
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)