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

fix redis unsubscribe from all channels during eTranslation high load #50

Merged
merged 1 commit into from
May 7, 2024

Conversation

SrdjanStevanetic
Copy link
Contributor

testing

* This is needed to avoid some cases redis closes all channels and does not allow any subscriptions (please see here: https://github.com/spring-projects/spring-data-redis/issues/2425).
* In this case we create one channel that is never un-subscribed from.
*/
container.addMessageListener(messageListenerAdapter, new PatternTopic("Dummy"));
Copy link
Collaborator

Choose a reason for hiding this comment

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

please change to something meaningfull, like default

@gsergiu gsergiu merged commit ac67cf4 into develop May 7, 2024
1 of 2 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.

2 participants