[
https://issues.apache.org/jira/browse/BEAM-13193?focusedWorklogId=680407&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-680407
]
ASF GitHub Bot logged work on BEAM-13193:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Nov/21 18:26
Start Date: 11/Nov/21 18:26
Worklog Time Spent: 10m
Work Description: y1chi commented on a change in pull request #15917:
URL: https://github.com/apache/beam/pull/15917#discussion_r747726140
##########
File path: model/fn-execution/src/main/proto/beam_fn_api.proto
##########
@@ -296,6 +296,14 @@ message ProcessBundleRequest {
// (Optional) A list of cache tokens that can be used by an SDK to reuse
// cached data returned by the State API across multiple bundles.
repeated CacheToken cache_tokens = 2;
+
+ // (optional) Elements to be processed with the bundle. Either all or
+ // none of the bundle elements should be included in the
ProcessBundleRequest.
+ // This elements embedding is to achieve better Fn API efficiency for bundles
+ // that contain only small amount of data and are cheap to be processed on
the
+ // SDK harness side. See more at
+ // https://s.apache.org/beam-fn-api-control-data-embedding.
+ Elements elements = 3;
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: 680407)
Time Spent: 1h 50m (was: 1h 40m)
> 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: 1h 50m
> Remaining Estimate: 0h
>
> https://docs.google.com/document/d/14p8Y_n4IY5n9L_I9l5x9lVGgml4ZzdCw645HldndCrw/edit
--
This message was sent by Atlassian Jira
(v8.20.1#820001)