m-trieu commented on code in PR #31784:
URL: https://github.com/apache/beam/pull/31784#discussion_r1696152639


##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/windmill/client/WindmillStream.java:
##########
@@ -140,10 +113,11 @@ default void close() {
 
   /** Interface for streaming GetWorkerMetadata requests to Windmill. */
   @ThreadSafe
-  interface GetWorkerMetadataStream extends WindmillStream {
-    @Override
-    default Type streamType() {
-      return Type.GET_WORKER_METADATA;
+  interface GetWorkerMetadataStream extends WindmillStream {}
+
+  class WindmillStreamShutdownException extends RuntimeException {

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]

Reply via email to