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

Support redis symfony/messenger consumers #535

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dheineman
Copy link

The pull requests adds support for using the symfony/messenger redis consumers. The default is still the doctrine but overriding the MESSENGER_TRANSPORT_* env variables allows users to switch to redis.

Initial testing indicates no problems but not finished yet.

Fixes #533

p.s. The added allowed-plugins in the composer.json is part of composer 2.2. Read more about it in the release post

@codecov
Copy link

codecov bot commented Jan 5, 2022

Codecov Report

Merging #535 (4abb429) into master (174c381) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #535   +/-   ##
=========================================
  Coverage     99.32%   99.32%           
- Complexity     1884     1885    +1     
=========================================
  Files           300      300           
  Lines          5970     5970           
=========================================
  Hits           5930     5930           
  Misses           40       40           
Impacted Files Coverage Δ
src/Service/Telemetry.php 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 174c381...4abb429. Read the comment docs.

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 other symfony/messenger transports than doctrine
1 participant