dolittle / Home

Dolittle is a platform designed to build Line of Business applications without sacrificing architectural quality, code quality or scalability.
http://www.dolittle.io
MIT License
27 stars 5 forks source link

Support multiple event senders and receivers based on strategy with subscribers #24

Closed einari closed 6 years ago

einari commented 6 years ago

A system could potentially deal with in process and out of process event processing. Having support for multiple transports would make sense - an optimisation would be for the publisher (sender) to be aware of subscribers attached to it and only send if it need to. Synchronized state could be one thing.