Skip to content

Multi-threaded correlation id

Latest
Compare
Choose a tag to compare
@MattMofDoom MattMofDoom released this 27 Jun 21:29
· 46 commits to master since this release
a4c93be
  • Maintain a cache of thread ids linked to correlation id - automatically generate a new correlation id per thread, or pass a correlation id through to your thread
  • Enabled by default, can be disabled via EnableCorrelationCache config
  • Correlation cache expiry can be adjusted with CorrelationCacheExpiry config - default 10 mins