AxonFramework/extension-reactor

ReactorEventStorageEngine

Opened this issue · 2 comments

Provide an interface for ReactorEventStorageEngine and implementation that should use r2dbc drivers for interacting with database. The interface should provide reactive API using Project Reactor's data types, but should also implement the EventStorageEngine providing a blocking way of using the same. This should not be the final solution of this Event Storage Engine, but a step towards a reactive implementation. Implementing EventStorageEngine interface would give us a way to plug in this Event Storage Engine within existing Axon Framework's components.

I agree. I think this is important feature!

smcvb commented

Removing the milestone in favor of making a 4.6.0 release soon. This issue will be reevaluated once we start the new planning phase.