Live blogging from SymfonyLive London 2019
This commit is contained in:
parent
36199e32f8
commit
881ec8a1ba
|
@ -121,11 +121,7 @@ Notifier
|
||||||
- Keep your kernel away from infrastructure. Let the framework handle the infrastructure.
|
- Keep your kernel away from infrastructure. Let the framework handle the infrastructure.
|
||||||
* Controller -> Command -> Command Bus -> `CommandHandler`
|
* Controller -> Command -> Command Bus -> `CommandHandler`
|
||||||
|
|
||||||
### 2016
|
#### What did we win?
|
||||||
|
|
||||||
* New intern. Understand everything, 'just PHP'. Plain PHP application, not 'scary Symfony'
|
|
||||||
|
|
||||||
### What did we win?
|
|
||||||
|
|
||||||
* Can leverage Middleware with a command bus
|
* Can leverage Middleware with a command bus
|
||||||
* Queues as a service (RabbitMQ)
|
* Queues as a service (RabbitMQ)
|
||||||
|
@ -134,3 +130,9 @@ Notifier
|
||||||
* Publish/subscribe
|
* Publish/subscribe
|
||||||
- Producer -> Fanout/direct with routing (multiple queues) -> multiple consumers
|
- Producer -> Fanout/direct with routing (multiple queues) -> multiple consumers
|
||||||
* Topics - wildcards
|
* Topics - wildcards
|
||||||
|
|
||||||
|
### 2016
|
||||||
|
|
||||||
|
* New intern. Understand everything, 'just PHP'. Plain PHP application, not 'scary Symfony'
|
||||||
|
|
||||||
|
* `composer req symfony/messager` - best MessageBus implementation
|
||||||
|
|
Loading…
Reference in a new issue