robberphex opened a new issue, #100:
URL: https://github.com/apache/dubbo-rust/issues/100

   At real business logics, there are always different RPC service to call.
   
   For example, 1, to call Dubbo/hessian service to get user info, 2, to call 
Rest/http (third-party) service to get user associated info, 3, call gRPC 
service to get AI/ML recommendation result, and combine above information.
   
   Currently, we have to use different client to call different RPC service.
   
   Like FeignClient, Dubbo Rust could let user define different protocol 
service as uniform interfaces, and use one client(DubboClient.rs) to call. I 
think we could call this PR as `build flat data plane`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to