We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(1)使用sofa-bolt来作为服务端,客户端是一个硬件设备,客户端请求服务端时希望是Future通信模式,服务端该如何实现?
使用sofa-bolt来作为服务端,客户端是一个硬件设备,客户端自己实现tcp请求,连接到服务端。
describe the advice or solution you'd like
java -version
uname -a
The text was updated successfully, but these errors were encountered:
看下 RPCServer#invokeWithFuture的一系列方法,都是在服务端去处理 request 时 采用future的模型。
RPCServer#invokeWithFuture
Sorry, something went wrong.
cytnju
No branches or pull requests
Your question
(1)使用sofa-bolt来作为服务端,客户端是一个硬件设备,客户端请求服务端时希望是Future通信模式,服务端该如何实现?
Your scenes
使用sofa-bolt来作为服务端,客户端是一个硬件设备,客户端自己实现tcp请求,连接到服务端。
Your advice
describe the advice or solution you'd like
Environment
java -version
):jdk8uname -a
):macosThe text was updated successfully, but these errors were encountered: