Rudy den Otter
Rudy den Otter
This solves: https://github.com/KonstantinCodes/messenger-kafka/issues/22 When a message is received and there is an MessageDecodingFailedException thrown during serialization or an exception during handling a WorkerMessageFailedEvent will be dispatched. @KonstantinCodes
Hi @KonstantinCodes we came accross the following issue, when handling a Kafka message and an exception is thrown while handling an $reciever->reject will be triggered (in Symfony\Component\Messenger\Worker::handleMessage) public function reject(Envelope...
* Changed value function into only getter of the value for a generator class * Moved setter of __value to constructor (where is should be) @goetas