Propose to use @grpc/grpc-js instead of grpc that currently will not be maintain in the near future


What Dgraph client (and version) are you using?

v21.3.1

(put “x” in the box to select)

  • Dgo
  • PyDgraph
  • Dgraph4J
  • Dgraph-js
  • Dgraph-js-http
  • Dgraph.NET

Hello currently by default dgraph-js using grpc as dependency. And every package upgrade display message below.

grpc@1.24.11: This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead.

Do you guy consider switching form grpc to @grpc/grpc-js instead as recommend in the future? As my project depend on dgraph cloud as my main database.

1 Like

Yeah, I couldn’t even get the gprc version (dgraph-js) working, perhaps because this dependency is outdated so I’m using dgraph-js-http instead. This really needs to be fixed.