Skip to content

Conversation

@artembilan
Copy link
Member

Fixes: #10623

  • Add spring-integration-grpc module
  • Manage respective new io.grpc dependencies
  • Add Checkstyle suppression for new Proto-generated classes
  • Add GrpcHeaders for convenient API
  • Implement GrpcInboundGateway with a proxy for gRPC service methods
  • Add TestInProcessConfiguration for a common in-process infrastructure
  • Document new feature

@artembilan artembilan requested review from cppwfs and onobc December 17, 2025 21:32
Copy link
Contributor

@cppwfs cppwfs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow! this looks great!

Just my usual nitpicks.

Fixes: spring-projects#10623

* Add `spring-integration-grpc` module
* Manage respective new `io.grpc` dependencies
* Add Checkstyle suppression for new Proto-generated classes
* Add `GrpcHeaders` for convenient API
* Implement `GrpcInboundGateway` with a proxy for gRPC service methods
* Add `TestInProcessConfiguration` for a common in-process infrastructure
* Document new feature
* Add test with error from server
* Fix typos in the doc
Copy link
Contributor

@cppwfs cppwfs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

Thank you for all the changes!

@cppwfs cppwfs merged commit 39e4659 into spring-projects:main Dec 18, 2025
3 checks passed
@artembilan artembilan deleted the GH-10623 branch December 18, 2025 18:36
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.

Introduce GrpcInboundGateway

2 participants