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

Pubsub model does not support multiple deployments using the same Redis instance #1463

Open
MikeGoldsmith opened this issue Dec 19, 2024 · 1 comment
Labels
type: bug Something isn't working

Comments

@MikeGoldsmith
Copy link
Contributor

Prior to Refinery 2.7.0, it was possible to utilise a single Redis instance with multiple Refinery deployments (eg dev, staging, test). From Refinery 2.7.0 and onwards, it is no longer possible because Redis' pubsub model does not separate communicator based on selected Database ID.

Versions

  • Refinery: 2.7.0 onwards

Steps to reproduce

  1. Upgrading to Refinery 2.7.0 or later

Additional context

There is a deprecated Prefix configuration option that could be reintroduced to be used with the topic names used to subscribe and publish messages to.

For example, no prefix would see no change in topic name, eg {topic-name}. If the test prefix was provided, the topics would build topic names like test:{topic-name}.

@MikeGoldsmith MikeGoldsmith added the type: bug Something isn't working label Dec 19, 2024
@Graham-Russell-Forter
Copy link

This is affecting us - we'd like to use one ElastiCache for multiple Refinery deployments for environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants