eclipse-vertx / vertx-grpc

Development of the gRPC component for Eclipse Vert.x
Eclipse Public License 2.0
43 stars 23 forks source link

Decouple from io.grpc #104

Closed vietj closed 4 months ago

vietj commented 4 months ago

This decouples vertx-grpc from io.grpc API.

While there is some hope that Google Protobuf can have module descriptors, io.grpc module descriptors does not seem realistic.

The new maven module layout after is

The vertx-gprc- are JPMS modules (depending on google protobuf automatic modules but it can eventually use https://github.com/javamodules/attic) The vertx-grpcio- cannot be JPMS modules (not even automatic)

Todo