Rudy den Otter

Results 8 comments of Rudy den Otter

@KonstantinCodes okay clear, but with Kafka at a topic, it is split in different partitions and normally you process from the first message and start consuming. So if you cannot...

@KonstantinCodes for now we choose to just ACK every Kafka message and dispatch the WorkerMessageFailedEvent ourselfs.. We have no related Kafka messages within a single topic. ```php $this->eventDispatcher->dispatch(new WorkerMessageFailedEvent( new...

@doranych it could even be that the kafka message is sent via an async message, like first SQS and after that Kafka so a retry mechanism is in place. This...

@goetas the setter via value is only used by JMS and I hope not ever by a developer :-) So when you regenerate the models + yml everything keeps working...

@goetas can you merge this PR? :-)

@goetas you are totally right, I thought it would call the construct on creation of the class, but I found you have to use an unserialize_object_constructor.class. I'll look into this...

@beberlei is this still a state that can be continued and do you need help on this PR? And do you think these changes can still be in Doctrine version...