liugddx opened a new issue, #4044:
URL: https://github.com/apache/incubator-seatunnel/issues/4044

   ### Search before asking
   
   - [X] I had searched in the 
[feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22)
 and found no similar feature requirement.
   
   
   ### Description
   
   At present, the Zeta cluster lacks monitoring information and lacks a way to 
obtain this information, which makes jobs running a black box for users. So I 
suggest adding a rest method to get the cluster running status.
   
   like :
   
   http://localhost:8080/hazelcast/rest/getAllJobsInfo  --Get all job details.
   
   http://localhost:8080/hazelcast/rest/getClusterInfo --Get cluster information
   
   --
   
   We can do it based on 
https://docs.hazelcast.com/hazelcast/5.2/maintain-cluster/rest-api#hide-nav.
   
   We can customize the restapi interface, like 
`org.apache.seatunnel.engine.server.log.Log4j2HttpGetCommandProcessor`.
   
   
   
   ### Usage Scenario
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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