Add partition stamp for selecting the destination partition in Kafka.
This stamp can be added in a Messenger Middleware to choose the partition.
I didn't know the dependency versions to run the tests and i found that with this docker composer image the tests didn't throw any warning and are all ok
Add partition stamp for selecting the destination partition in Kafka.
This stamp can be added in a Messenger Middleware to choose the partition.
I didn't know the dependency versions to run the tests and i found that with this docker composer image the tests didn't throw any warning and are all ok
docker run --rm --interactive --tty --volume $PWD:/app composer:1.10.13 /bin/bash -c "composer install && vendor/bin/phpunit"
https://github.com/sroze/messenger-enqueue-transport/pull/53#issuecomment-1677054289