ruanwenjun commented on code in PR #15163:
URL:
https://github.com/apache/dolphinscheduler/pull/15163#discussion_r1396666531
##########
dolphinscheduler-extract/dolphinscheduler-extract-alert/src/main/java/org/apache/dolphinscheduler/extract/alert/IAlertOperator.java:
##########
@@ -28,4 +29,7 @@ public interface IAlertOperator {
@RpcMethod
AlertSendResponse sendAlert(AlertSendRequest alertSendRequest);
+ @RpcMethod
+ AlertSendResponse.AlertSendResponseResult
sendTestAlert(AlertTestSendRequest alertSendRequest);
Review Comment:
```suggestion
AlertSendResponse sendTestAlert(AlertTestSendRequest alertSendRequest);
```
--
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]