-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Stream aliases #59
Comments
Hello, there is a pending PR that implements wildcard paths; i'm waiting for the author to do some changes, otherwise after a while i'll implement the feature myself. |
Paths with regular expressions have been implemented into master; this does not allow stream aliases but allows to share a configuration between two paths. |
Good enough! The main concern was to not duplicate the processing on the backend so regexps work. |
added in v0.10.0 |
This issue is being locked automatically because it has been closed for more than 6 months. |
Which version are you using?
v0.9.10
Describe the problem
It might be useful to provide alternative paths for the same stream, without creating a new entry in the config (depending on the implementation this may save some memory/cpu too).
The text was updated successfully, but these errors were encountered: