[
https://issues.apache.org/jira/browse/BEAM-13193?focusedWorklogId=680410&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-680410
]
ASF GitHub Bot logged work on BEAM-13193:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Nov/21 18:27
Start Date: 11/Nov/21 18:27
Worklog Time Spent: 10m
Work Description: y1chi commented on a change in pull request #15917:
URL: https://github.com/apache/beam/pull/15917#discussion_r747726431
##########
File path: model/pipeline/src/main/proto/beam_runner_api.proto
##########
@@ -1579,6 +1585,12 @@ message StandardRunnerProtocols {
enum Enum {
// Indicates suport the MonitoringInfo short id protocol.
MONITORING_INFO_SHORT_IDS = 0 [(beam_urn) =
"beam:protocol:monitoring_info_short_ids:v1"];
+
+ // Indicates that this runner can process elements embedded in Fn API
+ // control plane ProcessBundleResponse. See more about the protocol at
+ // https://s.apache.org/beam-fn-api-control-data-embedding
Review comment:
Done.
##########
File path: model/pipeline/src/main/proto/beam_runner_api.proto
##########
@@ -1570,6 +1570,12 @@ message StandardProtocols {
// the entire SDK harness process, not specific to a bundle.
HARNESS_MONITORING_INFOS = 4
[(beam_urn) = "beam:protocol:harness_monitoring_infos:v1"];
+
+ // Indicates that this SDK can process elements embedded in Fn API
+ // control plane ProcessBundleRequest. See more about the protocol at
+ // https://s.apache.org/beam-fn-api-control-data-embedding
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 680410)
Time Spent: 2h 20m (was: 2h 10m)
> Optional data embedding in Fn API control request and response
> --------------------------------------------------------------
>
> Key: BEAM-13193
> URL: https://issues.apache.org/jira/browse/BEAM-13193
> Project: Beam
> Issue Type: New Feature
> Components: sdk-java-harness, sdk-py-harness
> Reporter: Yichi Zhang
> Priority: P2
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> https://docs.google.com/document/d/14p8Y_n4IY5n9L_I9l5x9lVGgml4ZzdCw645HldndCrw/edit
--
This message was sent by Atlassian Jira
(v8.20.1#820001)