Competing Consumers HTTP broadcasting

It would be quite nice if events could be broadcast over HTTP from Event Store, rather than the our software having to open a TCP connection (so change the direction)
Before we started using ES, we would push our events onto a message bus (iron.io) and the message bus would broadcast the event to out designated HTTP endpoints.

I would imagine it would be p[art of the Group configuration, where you could specify HTTP endpoints to send to (returning a 200 would be the same as Acknowledging an Event).

Thoughts?

Check out:

https://github.com/eventstore/eventstore/tree/chrisgreghttp

It has a http interface to competing (modified atom feeds)

Thanks, I will take a look.

We are getting ready to merge that back into master btw

Great news :slight_smile: