-
Notifications
You must be signed in to change notification settings - Fork 303
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
Automatic [de]serialization #185
Comments
👍 This will definitely help my implementation as well: https://github.com/jingweno/message_queue/tree/master/lib/message_queue/serializers |
👍 |
Link to book? |
I notice this has been sitting for a while, has there been any more discussion on this one behind the scenes? it is something I was wanting today so what better what to get what I want than to implement it. |
It needs to be opt-in, that's about as far as my opinion about this go. On 7 October 2016 at 10:31:48, Stefan Sedich ([email protected]) wrote:
MK Staff Software Engineer, Pivotal/RabbitMQ |
Agreed, will have a think about it and see what I can come up with! |
This would be nice especially if it was keyed to the Content-Type information provided as part of the message. |
Just came across this, I'd like to chime in on the "needs to be opt in" side. I have a couple subscribers that expect a string of bytes to do some initial processing, then deserialize the important bits. |
It may be nice to steal a page from Hutch/etc's book and provide a way to serialize
and deserialize published messages and delivered bodies automatically. We can go
as far as having our own middleware (à la Rack or Faraday or Ring).
The text was updated successfully, but these errors were encountered: