Skip to content

Support redis symfony/messenger consumers#535

Draft
dheineman wants to merge 1 commit intorepman-io:masterfrom
dheineman:support-redis-consumers
Draft

Support redis symfony/messenger consumers#535
dheineman wants to merge 1 commit intorepman-io:masterfrom
dheineman:support-redis-consumers

Conversation

@dheineman
Copy link
Copy Markdown

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
Copy Markdown

codecov bot commented Jan 5, 2022

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.32%. Comparing base (174c381) to head (4abb429).
⚠️ Report is 37 commits behind head on master.

Additional details and impacted files
@@            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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@h4ckroot
Copy link
Copy Markdown

h4ckroot commented Mar 3, 2026

Hello @dheineman I hope you are doing well. I know this is a bit old issue, but we are stuck with the same problem (can not scale consumers for repman, which causes sync delays). I just wanted to check if you managed to get this working?
Thanks

@dheineman
Copy link
Copy Markdown
Author

Hello @dheineman I hope you are doing well. I know this is a bit old issue, but we are stuck with the same problem (can not scale consumers for repman, which causes sync delays). I just wanted to check if you managed to get this working? Thanks

Hey @h4ckroot, it has indeed been a while since i created this pull request and i/we have since then moved away from repman due to it seemingly no longer being actively maintained and packagist starting to block requests due to inefficient mirroring (see #695) to https://github.com/vtsykun/packeton

From what i remember/see in the diff the change worked just fine but i don't know what else has changed in the last 4 years so i suggest testing yourself

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

2 participants