Good day all.
I am new to EventStore.org, so bear with me if this question is not asked in the right topic.
My goal is to replace AMQP/Rabbit MQ integration pattern with EventStore.org.
I massively work with Springboot applications supporting edge, saga and system API.
I currently use https://spring.io/projects/spring-cloud-stream approach with the https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit binder.
To your knowledge, is there a Sprint Cloud Stream binder available for EventStore.org?
Otherwise, a bridge between EventStore and messaging system (Solace, Rabbit MQ, AMQP) might exist? I saw the https://www.nuget.org/packages/NServiceBus.EventStore/ which seems outdated/not maintained (2016). Is there other?
How would you achieve such goal?
Dan