Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Messenger] Allow using user's serializer for message do not fit the expected JSON structure#42257
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
4dc95de to1c18c3eComparesrc/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
93bfcd4 to536e759ComparewelcoMattic commentedJul 27, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@carsonbot find me a reviewer please (I'm discovering that Carson can do more things than automate status in reaction to git actions 😄 ) |
carsonbot commentedJul 27, 2021
@jonashrem could maybe review this PR? |
Uh oh!
There was an error while loading.Please reload this page.
0ad7c4f to5db2ba1Comparesrc/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
80be65a tod529c6bComparewelcoMattic commentedJul 28, 2021
Status: Needs review |
d529c6b to4b880afComparewelcoMattic commentedSep 14, 2021
This PR is ready to be reviewed |
lyrixx left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks good to me but I didn't test it
fabpot commentedSep 27, 2021
Merging in 5.4 as this is a new feature. |
4b880af to3d0d8a3Comparefabpot commentedSep 27, 2021
Thank you@welcoMattic. |
alexander-schranz commentedSep 27, 2021
@welcoMattic Good work 👍 |
Uh oh!
There was an error while loading.Please reload this page.
It allows user to use their own serializer to decode messages that do not fit the expected JSON structure (
{ "message": { "body": "", "headers": {} } }).Once this PR will be ok, I'll report the fix in Beanstalkd, SQS, and Doctrine Transports