Message serialization.
needs https://github.com/queue-interop/queue-interop/pull/28 initial discussion https://github.com/queue-interop/queue-interop/issues/27 further discussion https://github.com/php-enqueue/enqueue-dev/issues/831
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@makasim What are we going to do with the PR to queue-interop? Want me to take over and create a new one?
Honestly, I don't have a good solution. do not know how to properly address it
Honestly, I don't have a good solution. do not know how to properly address it
As discussed in the PR in queue-interop, it has been proposed to drop type for body parameter in interface. This would open up ability for implementations to handle message serialization on their own :smile:
IMO interface is too tight and limits possible approaches. Some transports could actually benefit from this a lot - for example Redis transport can use IGB (don't recall the proper name on top of my head) serialization that is extension-based.
and @makasim I'm only asking since @Sevavietl is currently not responding in queue-interop PR :smile: