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

[Bug][TubeMQ] The C++ client does not support filtering consume with the "-" character #6638

Closed
1 of 2 tasks
FvvSuu opened this issue Nov 26, 2022 · 1 comment · Fixed by #6644 or #6695
Closed
1 of 2 tasks
Assignees
Labels
Milestone

Comments

@FvvSuu
Copy link

FvvSuu commented Nov 26, 2022

What happened

The C++ client of TubeMQ does not support filtering consume with the "-" character.

What you expected to happen

The Java client of TubeMQ does not check the "-" character and can successfully filter consumed from the server.

How to reproduce

Configure consumer filtering with "-" characters

Environment

No response

InLong version

master

InLong Component

InLong TubeMQ

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@FvvSuu FvvSuu added the type/bug Something is wrong label Nov 26, 2022
@gosonzhang
Copy link
Contributor

@FvvSuu, thanks, the two are not consistent, I'll deal with it

@gosonzhang gosonzhang self-assigned this Nov 28, 2022
@gosonzhang gosonzhang added this to the 1.5.0 milestone Nov 28, 2022
@healchow healchow changed the title [Bug][TubeMQ] The C++ client of TubeMQ does not support filtering consume with the "-" character. [Bug][TubeMQ] The C++ client does not support filtering consume with the "-" character Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment