liugddx commented on code in PR #5773:
URL: https://github.com/apache/seatunnel/pull/5773#discussion_r1471216384
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/rest/RestHttpGetCommandProcessor.java:
##########
@@ -276,6 +279,24 @@ private void handleJobInfoById(HttpGetCommand command,
String uri) {
}
}
+ private void getRunningThread(HttpGetCommand command) {
Review Comment:
Does this rest api need to be maintained in documentation?
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/rest/RestHttpGetCommandProcessor.java:
##########
@@ -276,6 +279,24 @@ private void handleJobInfoById(HttpGetCommand command,
String uri) {
}
}
+ private void getRunningThread(HttpGetCommand command) {
Review Comment:
Does this rest api need to be maintained in documentation?
--
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]