Hi,
I am trying to understand if EventStore would be a good solution for our use case.
We have many operations which make HTTP request, which are not necessarily idempotent, so need to implement safe guards on our side.
D
The thought is to use pre and post events around the HTTP request so that if an operatiom needs to be retried we can potentially skip the dangerous HTTP request.
Are we able to query previous events or otherwise have an indication that an event was already created.