service-bus-symfony-bundle
service-bus-symfony-bundle copied to clipboard
Symfony Bundle - PHP Lightweight Message Bus supporting CQRS
has support for azure service bus?
``` "require": { "symfony/config": "~3.3|^4.0", "symfony/dependency-injection": "~3.3|^4.0", "symfony/http-kernel": "~3.3|^4.0", }, ```
Test suite does not pass on `master`. Here's the execution result: ``` PHPUnit 6.5.14 by Sebastian Bergmann and contributors. ....E....E..E.......E.......E....E..E.......E.................... 65 / 75 ( 86%) .......... 75 / 75 (100%)...
https://github.com/prooph/proophessor-do-symfony/issues/30 > But please note issue with examples. Maybe docs update? And video with example seems to be outdated. ALso, message_detection does not work for me. "QueryBus was not able...
For some reason the DataCollectorPlugin slows the performance of my import by roughly 100%. According to blackfire.io the plugin greatly increases time used by garbage collector. I don't care why...
We should think about adding a recipe for the bundle to the [recipes contrib repo](https://github.com/symfony/recipes-contrib)
The service-bus has two plugins to support authorization, the [RouteGuard](https://github.com/prooph/service-bus/blob/master/src/Plugin/Guard/RouteGuard.php) and the [FinalizeGuard](https://github.com/prooph/service-bus/blob/a9b0a7e9d9ffb35cd7a716a552e543be177e171f/src/Plugin/Guard/FinalizeGuard.php). Both rely on a simple interface [AuthorizationService](https://github.com/prooph/service-bus/blob/a9b0a7e9d9ffb35cd7a716a552e543be177e171f/src/Plugin/Guard/AuthorizationService.php). Any thoughts about … - … adding a `AuthorizationService` adapter...