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

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

Open
TheYoungester opened this issue Mar 19, 2020 · 2 comments
Open
Assignees
Labels

Comments

@TheYoungester
Copy link

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

  • SOFABolt version:
  • JVM version (e.g. java -version):
  • OS version (e.g. uname -a):
  • Maven version:
  • IDE version:
@cytnju
Copy link
Contributor

cytnju commented Mar 24, 2020

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

@cytnju
Copy link
Contributor

cytnju commented Mar 24, 2020

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

@cytnju cytnju self-assigned this Mar 24, 2020
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