arunpandianp commented on code in PR #36283:
URL: https://github.com/apache/beam/pull/36283#discussion_r2378351249


##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/StreamingModeExecutionContext.java:
##########
@@ -765,13 +766,15 @@ public void start(
         Instant processingTime,
         WindmillStateCache.ForKey cacheForKey,
         Watermarks watermarks) {
+      WindmillStateTagUtil windmillStateTagUtil = new WindmillStateTagUtil();

Review Comment:
   >  you're planning on changing it to be stateful?
   
   Yes, planning to swap implementations based on backend response. Planning to 
either provide a new WindmillStateTagUtil impl or move the state and switch 
implementations inside WindmillStateTagUtil.



-- 
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]

Reply via email to