sroze / messenger-enqueue-transport

Uses Enqueue with Symfony's Messenger component.
MIT License
191 stars 55 forks source link

Key and partition selector #123

Open cluster28 opened 1 year ago

cluster28 commented 1 year ago

Add partition stamp for selecting the destination partition in Kafka. Add key stamp for adding a key to kafka message

Those stamps can be added in a Messenger Middleware to choose the partition or add a key.

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 6 months ago

Ping @sroze

cluster28 commented 6 months ago

Ping @Nyholm