muoncore / newton

Extend Muon into the world of Spring. Implement Muon apis, especially around events to provide DDD patterns natively in Spring Boot
http://muoncore.io
GNU Lesser General Public License v3.0
12 stars 5 forks source link

Enable persisted view upgrade via replay and replace #43

Open daviddawson opened 7 years ago

daviddawson commented 7 years ago

Allow a view to be upgraded by fully replaying the event streams and then replacing the view at runtime when the view is up to date.

Would be much easier with https://github.com/muoncore/stack-event/issues/2