Is there a way to make external requests and then receive the reply inside of a user defined projection.
I am trying to use ES-projections like actors. The problem I now have is that some of these actors need external information (information that is not present in event store). Therefore my question is: Can I make some kind of externel request (for example an HTTP request) from inside a projection?