What kind of “EventBus” to use in Spring? Built-in, Reactor, Akka?
问题 We're going to start a new Spring 4 application in a few weeks. And we'd like to use some event-driven architecture. This year I read here and there about "Reactor" and while looking for it on the web, I stumbled upon "Akka". So for now we have 3 choices: Spring's ApplicationEvent : http://docs.spring.io/spring/docs/4.0.0.RELEASE/javadoc-api/org/springframework/context/ApplicationEvent.html Reactor : https://github.com/reactor/reactor#reactor Akka : http://akka.io/ I couldn't find a real