-
Notifications
You must be signed in to change notification settings - Fork 226
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
[Bug] rust clients need maintenance #868
Comments
This issue is stale because it has been open for 30 days with no activity. It will be closed in 3 days if no further activity occurs. |
would anyone perform a publish on rust |
would help publish a update of rust client @lizhanhui |
This issue is stale because it has been open for 30 days with no activity. It will be closed in 3 days if no further activity occurs. |
This issue was closed because it has been inactive for 3 days since being marked as stale. |
i'm planing replace rocketMQ with kafka or redpanda |
Before Creating the Bug Report
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Programming Language of the Client
Rust
Runtime Platform Environment
Nov 19 12:02:01.731 ERRO[/Users/never/.cargo/registry/src/mirrors.ustc.edu.cn-4affec411d11e50f/rocketmq-5.0.0/src/client.rs:182:33] send heartbeat failed: server return error: Server error at client.heartbeat, context: { code: UNRECOGNIZED_CLIENT_TYPE, message: cannot find client settings for this client } => server return an error, component: client
Nov 19 12:02:31.607 ERRO[/Users/never/.cargo/registry/src/mirrors.ustc.edu.cn-4affec411d11e50f/rocketmq-5.0.0/src/client.rs:182:33] send heartbeat failed: server return error: Server error at client.heartbeat, context: { code: UNRECOGNIZED_CLIENT_TYPE, message: cannot find client settings for this client } => server return an error, component: client
RocketMQ Version of the Client/Server
5.3.1
Run or Compiler Version
No response
Describe the Bug
rustc -V
rustc 1.82.0 (f6e511eec 2024-10-15)
Steps to Reproduce
just make connect with default rocketmq settings
What Did You Expect to See?
no error
What Did You See Instead?
Nov 19 12:02:01.731 ERRO[/Users/never/.cargo/registry/src/mirrors.ustc.edu.cn-4affec411d11e50f/rocketmq-5.0.0/src/client.rs:182:33] send heartbeat failed: server return error: Server error at client.heartbeat, context: { code: UNRECOGNIZED_CLIENT_TYPE, message: cannot find client settings for this client } => server return an error, component: client
Nov 19 12:02:31.607 ERRO[/Users/never/.cargo/registry/src/mirrors.ustc.edu.cn-4affec411d11e50f/rocketmq-5.0.0/src/client.rs:182:33] send heartbeat failed: server return error: Server error at client.heartbeat, context: { code: UNRECOGNIZED_CLIENT_TYPE, message: cannot find client settings for this client } => server return an error, component: client
Additional Context
No response
The text was updated successfully, but these errors were encountered: