GH-744 Add initial support for bi-directional gRPC

Resolves #744
This commit is contained in:
Oleg Zhurakousky
2021-09-20 14:55:05 +02:00
parent 6f2759055c
commit 48c8a6f925
8 changed files with 244 additions and 113 deletions

View File

@@ -17,6 +17,7 @@
<properties>
<grpc.version>1.16.1</grpc.version>
<checkstyle.skip>true</checkstyle.skip>
</properties>
<dependencies>
@@ -60,6 +61,17 @@
</extension>
</extensions>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<!-- <executions> -->
<!-- <execution> -->
<!-- <id>checkstyle-validation</id> -->
<!-- <phase>none</phase> -->
<!-- </execution> -->
<!-- </executions> -->
</plugin>
<plugin>
<groupId>org.xolstice.maven.plugins</groupId>
<artifactId>protobuf-maven-plugin</artifactId>