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.4k stars 856 forks source link

how to get trace in bolt. and how to pass data from client to server? #214

Open TheYoungester opened 4 years ago

TheYoungester commented 4 years ago

Your question

describe your question clearly

Your scenes

describe your use scenes (why need this feature)

Your advice

describe the advice or solution you'd like

Environment

cytnju commented 4 years ago

1、bolt暂时不提供trace的能力,如果你需要trace,可以在requestObject和responseObject中自己携带trace信息来完成。bolt目前提供的能力在于开箱可用的rpc框架、连接事件的监听机制以及连接池的健康检查。

cytnju commented 4 years ago

2、如何使用bolt的话,可以访问我们的官网,这里有相关的用户手册和文章解析https://www.sofastack.tech/projects/sofa-bolt/sofa-bolt-handbook/ @TheYoungester 在test模块下,有一些基础的使用的例子,你也可以看下。有任何疑问欢迎提issue