gavinchou commented on code in PR #56651:
URL: https://github.com/apache/doris/pull/56651#discussion_r2388617163
##########
gensrc/proto/cloud.proto:
##########
@@ -2130,6 +2143,7 @@ service MetaService {
// streaming job meta
rpc get_streaming_task_commit_attach(GetStreamingTaskCommitAttachRequest)
returns (GetStreamingTaskCommitAttachResponse);
+ rpc delete_job_key(DeleteJobKeyRequest) returns (DeleteJobKeyResponse);
Review Comment:
或者 drop_job(), request 里包含了具体的job信息
整体上考虑一下后续的扩展
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]