Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreOn behalf of the team and everyone who has contributed, I'm happy to announce that Spring gRPC 0.9.0
has been released and is now available from Maven Central. We are still planning to have a 1.0.0 release around the same time as Spring Boot 4.0.0.
The main changes in this release are
StubFactory
contract changes: the "supports" method is now a static method (it is called before an instance is created).GrpcClientFactoryCustomizer
in favour of GrpcChannelBuilderCustomizer
.InProcessGrpcServer
and possible to do for NettyGrpcServer
by registering a customizer.If you're interested in helping out, check out the open issues.
If you have general questions, please ask on Stack Overflow using the spring-grpc
tag.