Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/linux-china/grpc-native-demo
- Owner: linux-china
- Created: 2021-04-20T04:10:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T11:01:54.000Z (6 months ago)
- Last Synced: 2024-08-29T12:26:24.231Z (6 months ago)
- Topics: grpc, spring-native
- Language: Java
- Homepage:
- Size: 87.9 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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