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

Expand template variables in routing key #53

Open
magnusbaeck opened this issue Aug 13, 2021 · 0 comments
Open

Expand template variables in routing key #53

magnusbaeck opened this issue Aug 13, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@magnusbaeck
Copy link
Contributor

Dependencies

None.

Feature Request

The routing key is currently configured as a static string used for all events. That's not very useful for consumers that want to subscribe to a subset of the published messages. At time of writing there's no standardized routing key schema but once eiffel-community/eiffel-sepia#9 is merged one will be defined in Sepia. To support that schema (and variations of it) the routing key configuration option should support template variables like $TYPE that will get expanded when each message is sent.

For new installations the routing key should default to whatever gets defined in Sepia but existing installations' custom settings should be retained when upgrading.

@magnusbaeck magnusbaeck added the enhancement New feature or request label Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant