-
Notifications
You must be signed in to change notification settings - Fork 388
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
[SRPCClient] Is it support workflow upstream? #78
Comments
Supports. You may create an SRPC client with a host name or an upstream name, instead of IP address. |
Got it, thanks! |
Is it possible that use workflow upstream with the |
But we support brpc protocol with even better performance. You may use our brpc client directly. We also support Tencent tRPC protocol. |
It's heavy for me to import srpc just as brpc client. Most importantly, it's a little difficult for me to integrate srpc since I use bazel while srpc do not support it. |
The supporting of bazel is coming soon. It will be appreciated and very helpful if you may do some experiments on our brpc or trpc. |
@hiberabyss |
No description provided.
The text was updated successfully, but these errors were encountered: