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

mqtt connecting with longer client id fails #1003

Closed
akrambek opened this issue May 6, 2024 · 0 comments · Fixed by #1015
Closed

mqtt connecting with longer client id fails #1003

akrambek opened this issue May 6, 2024 · 0 comments · Fixed by #1015
Assignees
Labels
bug Something isn't working

Comments

@akrambek
Copy link
Contributor

akrambek commented May 6, 2024

Describe the bug
mqtt connecting with longer client id fails

To Reproduce
Steps to reproduce the behavior:

  1. Start https://github.com/aklivity/zilla-examples/tree/main/mqtt.kafka.broker
  2. Run mosquitto_sub -V '5' -t 'newTopic5' -d -i 'Akrams-MacBook-Pro-2_bench_sub_2561494062_1' -q 1 -p 7183
  3. See error
Client Akrams-MacBook-Pro-2_bench_sub_2561494062_1 sending CONNECT
Client Akrams-MacBook-Pro-2_bench_sub_2561494062_1 received CONNACK (133)
Connection error: Client Identifier not valid
Client Akrams-MacBook-Pro-2_bench_sub_2561494062_1 sending DISCONNECT

Expected behavior
If you run the same command against mosquito server it works

@akrambek akrambek added the bug Something isn't working label May 6, 2024
@bmaidics bmaidics linked a pull request May 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants