spring-integration
spring-integration copied to clipboard
GH-10623: Add `GrpcInboundGateway`
Fixes: https://github.com/spring-projects/spring-integration/issues/10623
- Add
spring-integration-grpcmodule - Manage respective new
io.grpcdependencies - Add Checkstyle suppression for new Proto-generated classes
- Add
GrpcHeadersfor convenient API - Implement
GrpcInboundGatewaywith a proxy for gRPC service methods - Add
TestInProcessConfigurationfor a common in-process infrastructure - Document new feature