Skip to content

[Disscuss][Feature][Zeta] Add rest api module. #4044

Closed
@liugddx

Description

Search before asking

  • I had searched in the feature 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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions