Skip to content

Conversation

@cppwfs
Copy link
Contributor

@cppwfs cppwfs commented Feb 12, 2026

Implement gRPC examples demonstrating Spring Integration's gRPC support for both server and client scenarios.

Server implementation:

  • Add GrpcInboundGateway with service routing for multiple RPC patterns
  • Implement unary RPC and server streaming streaming methods
  • Configure HelloWorldService with message routing based on service method headers

Client implementation:

  • Add GrpcOutboundGateway for unary and streaming response handling
  • Implement ApplicationRunner beans to demonstrate both communication patterns

Implement gRPC examples demonstrating Spring Integration's
gRPC support for both server and client scenarios.

Server implementation:
- Add `GrpcInboundGateway` with service routing for multiple RPC patterns
- Implement unary RPC and server streaming streaming methods
- Configure HelloWorldService with message routing based on service method headers

Client implementation:
- Add `GrpcOutboundGateway` for unary and streaming response handling
- Implement ApplicationRunner beans to demonstrate both communication patterns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant