grpc-spring icon indicating copy to clipboard operation
grpc-spring copied to clipboard

reactive-grpc support!

Open vinsguru opened this issue 4 years ago • 1 comments

Hi,

Spring has adopted reactor for the reactive support. Do you have plans to support reactive-grpc ? https://github.com/salesforce/reactive-grpc/tree/master/reactor

Thanks.

vinsguru avatar Sep 06 '20 04:09 vinsguru

This should already be supported. At least for the basics. I currently don't have time to go into the depth of reactor/reactive to add the missing features myself, but I'm willing to review any related PRs. AFAICT the biggest flaw with our reactive support is the missing security interceptors. https://github.com/yidongnan/grpc-spring-boot-starter/issues/247 Please report any broken or missing features here.

ST-DDT avatar Sep 06 '20 07:09 ST-DDT

Duplicate of https://github.com/grpc-ecosystem/grpc-spring/issues/247

ST-DDT avatar Dec 05 '23 18:12 ST-DDT