Commit 7ac33ea
authored
Add gRPC server sample with Spring Integration
* Add gRPC server sample with Spring Integration
Introduce a new basic sample demonstrating the GrpcInboundGateway.
This provides users with a reference implementation for handling both
unary and server streaming gRPC requests using Spring Boot.
- Add grpc-server module with protobuf definitions
- Configure GrpcInboundGateway to route by service method
- Include tests demonstrating in-process gRPC communication
* Add grpc-client using grpc-server in readme
- Remove unused properties from application.properties and test
- Simplify exclusion for netty in tests
- Update javadoc for Applicaition.java to be 3rd person narrative
* Update configuration class javadoc
- All class javadocs should be 3rd person narrative vs imperative
- Add TODO to check exclude for grpc tests1 parent 78796f7 commit 7ac33ea
File tree
7 files changed
+804
-7
lines changed- basic/grpc-server
- src
- main
- java/org/springframework/integration/samples/grpc/server
- proto
- test/java/org/springframework/integration/samples/grpc/server
7 files changed
+804
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
0 commit comments