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

Understanding routes #550

Open
switchtower opened this issue Aug 1, 2024 · 1 comment
Open

Understanding routes #550

switchtower opened this issue Aug 1, 2024 · 1 comment

Comments

@switchtower
Copy link

switchtower commented Aug 1, 2024

In my config, i have the following, among other routes:

[[route]]
key = 'servers'
type = 'sendAllMatch'
prefix = 'servers.'
destinations = [
  'server1:2104 spool=true pickle=true',
  'server2:2104 spool=true pickle=true'
]

[[route]]
key = 'carbon-default'
type = 'sendAllMatch'
destinations = [
  'server3:2004 spool=true pickle=true',
  'server4:2004 spool=true pickle=true'
]

I'm expecting anything coming in that starts with 'servers.' will be sent to both server1 and server2, but it appears it's being sent to servers 3 and 4.

Perhaps I'm misunderstanding the routes and sendAllMatch vs sendFirstMatch route type?

Any help would be greatly appreciated.

@switchtower
Copy link
Author

looking at other issues and tickets, this repo appears to not have anyone monitoring it.

Just FYI for others that might be trying to use this software

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

No branches or pull requests

1 participant