Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mookid8000/correlationids
Two Web APIs and two Rebus endpoints that display just how contagious correlation IDs can be
https://github.com/mookid8000/correlationids
Last synced: about 2 months ago
JSON representation
Two Web APIs and two Rebus endpoints that display just how contagious correlation IDs can be
- Host: GitHub
- URL: https://github.com/mookid8000/correlationids
- Owner: mookid8000
- Created: 2015-11-05T06:30:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T06:41:03.000Z (about 9 years ago)
- Last Synced: 2024-04-15T02:50:36.921Z (9 months ago)
- Language: C#
- Size: 17.5 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Correlation IDs
Demo that shows how two Web APIs and two Rebus endpoints can communicate, totally oblivious of the
fact that what they do (to eachother) will be tracked by correlation IDs!Run the demo by
* make sure `Config.SqlServer` points to a SQL Server database that Rebus can use (defaults to local SQLEXPRESS with a `corr_ids` database)
* configure everything to be started when you press F5and then you fire up [Postman] or figure out some other way of issuing a POST to http://localhost:64077/api/dostuff/justdoit
to trigger some action.[Postman]: https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop