amranidev / micro-bus

Event driven microservices with laravel/lumen and AWS
MIT License
73 stars 11 forks source link

Patch PR to remove the serialize feature #25

Closed amranidev closed 1 year ago

amranidev commented 1 year ago

This pull request removes serialize data message changes from the publisher subscriber package. This change is being made because the package doesn't need to provide serialize feature since the package might be used for publishing messages to other microservices that are built in different programming languages.

Testing for this change includes verifying that messages can be published and received correctly without the serialize feature.