scwhittle commented on code in PR #33953:
URL: https://github.com/apache/beam/pull/33953#discussion_r1961681294
##########
runners/google-cloud-dataflow-java/worker/windmill/src/main/proto/windmill.proto:
##########
@@ -926,6 +926,15 @@ message WorkerMetadataResponse {
// Used to set gRPC authority.
optional string external_endpoint = 5;
+ enum EndpointType {
+ UNKNOWN = 0;
+ CLOUDPATH = 1;
+ BORG = 2;
+ DIRECTPATH = 3;
+ }
+
+ optional EndpointType endpoint_type = 6;
Review Comment:
add default = CLOUDPATH
--
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]