[Messenger] Allow using user's serializer for message do not fit the expected JSON structure #42257
Conversation
chalasr
reviewed
Jul 26, 2021
src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php
Outdated
Show resolved
Hide resolved
93bfcd4
to
536e759
@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? |
alexander-schranz
reviewed
Jul 27, 2021
src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisReceiver.php
Outdated
Show resolved
Hide resolved
alexander-schranz
suggested changes
Jul 27, 2021
src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php
Outdated
Show resolved
Hide resolved
80be65a
to
d529c6b
Status: Needs review |
This PR is ready to be reviewed |
lyrixx
approved these changes
Sep 14, 2021
Looks good to me but I didn't test it
alexander-schranz
approved these changes
Sep 14, 2021
chalasr
approved these changes
Sep 27, 2021
fabpot
approved these changes
Sep 27, 2021
Merging in 5.4 as this is a new feature. |
Thank you @welcoMattic. |
@welcoMattic Good work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
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
The text was updated successfully, but these errors were encountered: