sofastack / sofa-bolt

SOFABolt is a lightweight, easy to use and high performance remoting framework based on Netty.
https://www.sofastack.tech/projects/sofa-bolt/
Apache License 2.0
2.42k stars 860 forks source link

如果用sofa-bolt来做代理,是否应该在server端获取到请求后,然后通过自定义userprocessor来调用远程的真实服务 #258

Closed wqzaxy closed 3 years ago

wqzaxy commented 3 years ago

Your question

如果用sofa-bolt来做代理,是否应该在server端获取到请求后,然后通过自定义userprocessor来调用远程的真实服务

Your scenes

describe your use scenes (why need this feature)

Your advice

describe the advice or solution you'd like

Environment

dbl-x commented 3 years ago

这个属于你自己的业务应用,你收到请求后可以做任何操作