Skip to content

Dgraph can provide Unified endpoint between client and http #4871

@willem520

Description

@willem520

Hi,I used dgraph4j in my project,I need get cluster info like "/state" or "/health?all" to ensure my cluster is inited successfully.but in dgraph4j, I can only do mutate,alter and query on data. it means that I need to provide my own method to get the info by using httpclient.
but if I do these, there will have two way to access Dgraph. it look like grpc method is unnecessary,because http method can do all things what grpc do.
I think if the dgraph4j can provide some manage method is much good.it will make me easy to manage my cluster or data.
from my point of view,I think the java client should have manage func like “/state” and data func like “mutate”.now, I can do all of above by http,but java client could not do that completely.
thx

See also:

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureSomething completely new we should consider.status/needs-attentionThis issue needs more eyes on it, more investigation might be required before accepting/rejecting it

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions