Abacn commented on code in PR #30157:
URL: https://github.com/apache/beam/pull/30157#discussion_r1481631963


##########
model/job-management/src/main/proto/org/apache/beam/model/job_management/v1/beam_job_api.proto:
##########
@@ -56,6 +56,9 @@ service JobService {
   // Cancel the job
   rpc Cancel (CancelJobRequest) returns (CancelJobResponse);
 
+  // Drain the job
+  rpc Drain (DrainJobRequest) returns (DrainJobResponse);

Review Comment:
   Surprisingly enough drain feature wasn't a spec of Beam model. Although 
there us runner support it. This change worth note in CHANGE.md
   
    



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