KonstantinCodes / messenger-kafka

Simple Kafka transport for Symfony Messenger.
MIT License
84 stars 35 forks source link

Fix: Move Headers from payload to headers section #17

Closed gennadigennadigennadi closed 4 years ago

gennadigennadigennadi commented 4 years ago

The root problem with the serialization from messages that were sent from different programming language comes from sending the headers in the payload.

Decoders are fixing a problem that is only there because the headers are being sent in the payload and not as kafka message headers.