chore: Remove unused consume_all parameter#70
chore: Remove unused consume_all parameter#70nickdnk wants to merge 1 commit intoroadrunner-php:4.xfrom
consume_all parameter#70Conversation
WalkthroughThe changes involve the removal of the Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
💤 Files with no reviewable changes (3)
🔇 Additional comments (2)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
roxblnfk
left a comment
There was a problem hiding this comment.
We can't just remove public consts and properties because of BC.
Need to mark them @deprecated and remove usages
The
consume_allparameter was removed a long time ago and serves no purpose in the v4 version of RoadRunner PHP.See roadrunner-server/jobs#135
Summary by CodeRabbit
New Features
AMQPCreateInfoandBeanstalkCreateInfoby removing theconsumeAllfunctionality.Bug Fixes
consumeAllassertions in bothAMQPCreateInfoTestandBeanstalkCreateInfoTest.