Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj authored Apr 14, 2023
1 parent 1a8ca80 commit 36d7821
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
[![Build Status (5.x)](https://github.com/vert-x3/vertx-grpc/actions/workflows/ci-5.x.yml/badge.svg)](https://github.com/vert-x3/vertx-grpc/actions/workflows/ci-5.x.yml)
[![Build Status (4.x)](https://github.com/vert-x3/vertx-grpc/actions/workflows/ci-4.x.yml/badge.svg)](https://github.com/vert-x3/vertx-grpc/actions/workflows/ci-4.x.yml)

# Vert.x gRPC
# Vert.x gRPC Netty

Currently for Vert.x 3.4.0-SNAPSHOT

- [Documentation](src/main/asciidoc/java/index.adoc)
- [Vert.x gRPC Java Compiler](https://github.com/vert-x3/vertx-grpc-java-compiler)

Supports:
This component is deprecated, instead you should use https://github.com/eclipse-vertx/vertx-grpc

- client and server
- server scaling
- ssl configuration with options
- auto close in Verticle

Todo:

- contribute support to grpc-java Netty implementation to provide async start/shutdown
- worker integration ?

## Plugin installation

To use vertx-grpc-protoc-plugin with the protobuf-maven-plugin, add a [custom protoc plugin configuration section](https://www.xolstice.org/protobuf-maven-plugin/examples/protoc-plugin.html).
Expand Down

0 comments on commit 36d7821

Please sign in to comment.