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] Topic filters config has't any effects #1783

Closed
1 of 2 tasks
hawickhuang opened this issue Nov 10, 2021 · 1 comment · Fixed by #1784
Closed
1 of 2 tasks

[Bug] Topic filters config has't any effects #1783

hawickhuang opened this issue Nov 10, 2021 · 1 comment · Fixed by #1784
Assignees
Labels
Milestone

Comments

@hawickhuang
Copy link

hawickhuang commented Nov 10, 2021

What happened

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)

What you expected to happen

just get the message in config

How to reproduce

addr := fmt.Sprintf(
		"%s?topic=%s&group=%s&filters=%s",
		host,
		topic,
		group,
		filters,
	)
	log.Debug(addr)

	cfg, err := tubeconfig.ParseAddress(addr)

Environment

linux

InLong version

master

InLong Component

InLong TubeMQ

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@hawickhuang hawickhuang added the type/bug Something is wrong label Nov 10, 2021
@TszKitLo40
Copy link
Contributor

Thanks, I will fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants