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: about 1 year 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T02:53:08.000Z (over 1 year ago)
- Last Synced: 2025-04-02T02:51:09.531Z (about 1 year ago)
- Topics: grpc, spring-native
- Language: Java
- Homepage:
- Size: 89.8 KB
- Stars: 5
- Watchers: 2
- 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