spring-cloud-alibaba icon indicating copy to clipboard operation
spring-cloud-alibaba copied to clipboard

how to integrate spring webflux and dubbo

Open shihuaguo opened this issue 5 years ago • 2 comments

i have some webflux based service, provide external service interface. how to integrate these services with dubbo service provider?

shihuaguo avatar Apr 23 '20 06:04 shihuaguo

because webflux method return mono or flux, can i use dubbo async call like this? ` dubboService.call();

var future = RpcContext.getContext().getCompletableFuture(); return Mono.fromFuture(future); `

shihuaguo avatar Apr 23 '20 07:04 shihuaguo

I have this problem too

a67793581 avatar Apr 17 '25 10:04 a67793581