File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
model/fn-execution/src/main/proto/org/apache/beam/model/fn_execution/v1 Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -415,6 +415,15 @@ message ProcessBundleRequest {
415415 // beam:protocol:control_request_elements_embedding:v1 capability. See more
416416 // at https://s.apache.org/beam-fn-api-control-data-embedding.
417417 Elements elements = 3 ;
418+
419+ // indicates that the runner has no stare for the keys in this bundle
420+ // so SDk can safely begin stateful processing with a locally-generated
421+ // initial empty state
422+ bool has_no_state = 4 ;
423+
424+ // indicates that the runner will never process another bundle for the keys
425+ // in this bundle so state need not be included in the bundle commit.
426+ bool only_bundle_for_keys = 5 ;
418427}
419428
420429message ProcessBundleResponse {
You can’t perform that action at this time.
0 commit comments