arunpandianp commented on code in PR #38705:
URL: https://github.com/apache/beam/pull/38705#discussion_r3312498049
##########
runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowRunner.java:
##########
@@ -1310,6 +1310,9 @@ public DataflowPipelineJob run(Pipeline pipeline) {
// Experiment marking that the harness supports tag encoding v2
// Backend will enable tag encoding v2 only if the harness supports it.
experiments.add("streaming_engine_state_tag_encoding_v2_supported");
+ // Experiment requesting tag encoding v2 on new jobs. During job
updates
+ // old job's tag encoding version is carried over by the backend.
+ experiments.add("enable_streaming_engine_state_tag_encoding_v2");
Review Comment:
backend will honor disable_streaming_engine_state_tag_encoding_v2 over
enable_streaming_engine_state_tag_encoding_v2.
--
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]