m-trieu commented on code in PR #28835:
URL: https://github.com/apache/beam/pull/28835#discussion_r1353655311
##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/windmill/WindmillServerStub.java:
##########
@@ -67,12 +70,33 @@ public abstract class WindmillServerStub implements
StatusDataProvider {
public abstract GetWorkStream getWorkStream(
Windmill.GetWorkRequest request, WorkItemReceiver receiver);
+ public GetWorkStream getWorkStream(
+ CloudWindmillServiceV1Alpha1Stub stub,
Review Comment:
great idea, 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]