-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
4dc95de
to
1c18c3e
Compare
src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php
Outdated
Show resolved
Hide resolved
93bfcd4
to
536e759
Compare
@carsonbot find me a reviewer please (I'm discovering that Carson can do more things than automate status in reaction to git actions 😄 ) |
@jonashrem could maybe review this PR? |
src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisReceiver.php
Outdated
Show resolved
Hide resolved
0ad7c4f
to
5db2ba1
Compare
src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php
Outdated
Show resolved
Hide resolved
80be65a
to
d529c6b
Compare
Status: Needs review |
d529c6b
to
4b880af
Compare
This PR is ready to be reviewed |
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
Merging in 5.4 as this is a new feature. |
4b880af
to
3d0d8a3
Compare
Thank you @welcoMattic. |
@welcoMattic Good work 👍 |
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