hanami / events

[Experimental] Events framework for Hanami
MIT License
43 stars 7 forks source link

Allow to retry broadcasted messages #16

Open davydovanton opened 7 years ago

davydovanton commented 7 years ago

We need to discuss retrieng sending events to adapter transport. Simple example: You have redis adapter but in one moment your redis down on 1 minute. What will happen with events?

We should think about it