We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i have config filters in address, but util receive other message of this topic
addr := fmt.Sprintf( "%s?topic=%s&group=%s&filters=%s", host, topic, group, filters, ) cfg, err := tubeconfig.ParseAddress(addr)
just get the message in config
addr := fmt.Sprintf( "%s?topic=%s&group=%s&filters=%s", host, topic, group, filters, ) log.Debug(addr) cfg, err := tubeconfig.ParseAddress(addr)
linux
master
InLong TubeMQ
The text was updated successfully, but these errors were encountered:
Thanks, I will fix it.
Sorry, something went wrong.
TszKitLo40
Successfully merging a pull request may close this issue.
What happened
i have config filters in address, but util receive other message of this topic
What you expected to happen
just get the message in config
How to reproduce
Environment
linux
InLong version
master
InLong Component
InLong TubeMQ
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: