eclipse-vertx / vertx-grpc

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

Protoc: let users decide if the plugin should generate clients, server or both #92

Open tsegismont opened 7 months ago

tsegismont commented 7 months ago

The protoc plugin is not configurable. Consequently, it generates code for clients and servers, forcing users to add dependencies to both vertx-grpc-client and vertx-grpc-server.

The plugin should be configurable, in particular it should be easy to switch off code generation for clients or server from Maven.