sroze / messenger-enqueue-transport

Uses Enqueue with Symfony's Messenger component.
MIT License
190 stars 53 forks source link

Add partition selector feature #122

Closed cluster28 closed 10 months ago

cluster28 commented 10 months ago

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

cluster28 commented 10 months ago

Closed in favour of https://github.com/sroze/messenger-enqueue-transport/pull/123