Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haf/eventstore.rebuilder

A project for re-publishing domain events to a specified service endpoint.
https://github.com/haf/eventstore.rebuilder

Last synced: about 1 month ago
JSON representation

A project for re-publishing domain events to a specified service endpoint.

Awesome Lists containing this project

README

        

### EventStore.Rebuilder

Re-publishes events for a given type to a specified endpoint. Currently only works with ravendb and masstransit, but this is easily fixed - just change the Wireup.Init-statement and dispatch through another message bus.

At the moment you need to have the message assembly available to load - this is because MassTransit works on actual types when choosing how to dispatch messages (polymorphic routing etc), so just place your message assembly (the one with the event types) next to the binary `EventStore.Rebuilder.exe`.

E-mail comments: [email protected]