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

bugfix/implicit single connection #224

Merged

Conversation

gecBurton
Copy link
Collaborator

@gecBurton gecBurton commented Apr 13, 2024

Context

The fast stream redis broker does not operate to automatically connect within a sub application. to get round this we have been establishing the connection each time a file is posted. In this PR we ensure this happens only once.

Changes proposed in this pull request

As I could not find thus issue addressed in the fast stream documentation I have created a class to manage the brokers lifecycle so that the connection is only made once

Guidance to review

Relevant links

https://technologyprogramme.atlassian.net/browse/REDBOX-154

Things to check

@gecBurton gecBurton marked this pull request as draft April 13, 2024 07:36
@gecBurton gecBurton force-pushed the bugfix/REDBOX-154-single-connection-to-redis-broker-in-core-api branch from 4794b8b to 8896f46 Compare April 13, 2024 09:32
@gecBurton gecBurton marked this pull request as ready for review April 13, 2024 12:58
@gecBurton gecBurton force-pushed the bugfix/REDBOX-154-single-connection-to-redis-broker-in-core-api branch from 2365308 to 5c4b99e Compare April 15, 2024 08:15
@gecBurton gecBurton merged commit faed3fe into main Apr 15, 2024
8 checks passed
@gecBurton gecBurton deleted the bugfix/REDBOX-154-single-connection-to-redis-broker-in-core-api branch April 15, 2024 08:22
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