Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/haf/eventstore.rebuilder
- Owner: haf
- Created: 2011-09-14T15:34:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-15T13:23:34.000Z (over 13 years ago)
- Last Synced: 2024-10-19T21:22:13.905Z (2 months ago)
- Homepage:
- Size: 36.2 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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]