Skip to content

Latest commit

 

History

424 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status (5.x) Build Status (4.x)

Warning
This project is deprecated for removal, instead you should use https://github.com/eclipse-vertx/vertx-grpc

Vert.x gRPC Netty

  • client and server

  • server scaling

  • ssl configuration with options

  • auto close in Verticle

Plugin installation

To use vertx-grpc-protoc-plugin with the protobuf-maven-plugin, add a custom protoc plugin configuration section.

<protocPlugins>
    <protocPlugin>
        <id>vertx-grpc-protoc-plugin</id>
        <groupId>io.vertx</groupId>
        <artifactId>vertx-grpc-protoc-plugin</artifactId>
        <version>[VERSION]</version>
        <mainClass>io.vertx.grpc.protoc.plugin.VertxGrpcGenerator</mainClass>
    </protocPlugin>
</protocPlugins>

And add the vertx-grpc dependency:

<dependency>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-grpc</artifactId>
  <version>[VERSION]</version>
</dependency>

About

gRPC for Vert.x

Topics

Resources

Contributing

Stars

84 stars

Watchers

22 watching

Forks

Releases

Packages

Used by

Contributors

Languages