Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 F5

and 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