Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proposal] Let Dubbo Rust could call other RPC services. #100

Open
robberphex opened this issue Jan 19, 2023 · 1 comment
Open

[Proposal] Let Dubbo Rust could call other RPC services. #100

robberphex opened this issue Jan 19, 2023 · 1 comment
Labels

Comments

@robberphex
Copy link
Collaborator

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.

@robberphex robberphex changed the title [Proposal] Let Dubbo Rust could call other RPC service. [Proposal] Let Dubbo Rust could call other RPC services. Jan 19, 2023
@chickenlj
Copy link
Contributor

gRPC, Thrift, REST, static files? You name it. We serve them all.

The goal is kinda like the feature of this framework Armeria

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants