8000
Skip to content

feat: allow specifying queue prefix#2107

Merged
svix-jplatte merged 2 commits intosvix:mainfrom
turip:main
Oct 30, 2025
Merged

feat: allow specifying queue prefix#2107
svix-jplatte merged 2 commits intosvix:mainfrom
turip:main

Conversation

@turip
Copy link
Copy Markdown
Contributor
@turip turip commented Oct 30, 2025

Motivation

This allows to colocate more services inside the same redis cluster and isolate them using ACLs. The exact issue is documented in this issue: #2056

Solution

The solution relies on the already existing facility for queue prefixes, it just exposes that as a config option/environment variable.

This allows to colocate more services inside the same redis cluster and
isolate them using ACLs.
@turip turip requested a review from a team as a code owner October 30, 2025 07:52
Comment thread server/svix-server/src/cfg.rs Outdated
Copy link
Copy Markdown
Member
@svix-jplatte svix-jplatte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Updated the doc comment to be a bit clearer.

@svix-jplatte svix-jplatte linked an issue Oct 30, 2025 that may be closed by this pull request
@svix-jplatte svix-jplatte merged commit acf0aeb into svix:main Oct 30, 2025
15 checks passed
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

Successfully merging this pull request may close these issues.

Allow configuring redis queue prefixes

3 participants

0