Skip to content

Two Web APIs and two Rebus endpoints that display just how contagious correlation IDs can be

Notifications You must be signed in to change notification settings

mookid8000/CorrelationIds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Two Web APIs and two Rebus endpoints that display just how contagious correlation IDs can be

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published