eclipse-vertx / vertx-grpc

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

Vertx grpc protoc plugin #63

Closed lwlee2608 closed 1 year ago

lwlee2608 commented 1 year ago

Create a protoc-plugin that uses the latest vertx-grpc-server and vertx-grpc-client library. This plugin enforces the use of RPCs that are only defined in the proto specification, ensuring greater consistency in communication between the server and client. Additionally, the generated code provides a clearer interface for the user and reduces boilerplate code

backport PR #48

vietj commented 1 year ago

thanks @lwlee2608