Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/linux-china/grpc-native-demo

gRPC Spring Native demo
https://github.com/linux-china/grpc-native-demo

grpc spring-native

Last synced: 3 months ago
JSON representation

gRPC Spring Native demo

Awesome Lists containing this project

README

        

gRPC with Spring Native
=======================

# Features

* Spring Native
* Reactive gRPC support
* Docker images build with Buildpacks

# Attentions

* grpc-netty-shaded: not supported by Spring Native
* `option java_multiple_files = true` preferred

# native-image args

* --gc=G1: linux only

# References

* Spring Native: https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/
* Reactive gRPC: https://github.com/salesforce/reactive-grpc
* gRPC-Java: https://github.com/grpc/grpc-java
* gRPC Home: https://grpc.io/
* Maven plugin for GraalVM Native Image building: https://graalvm.github.io/native-build-tools/0.9.3/maven-plugin.html