In this chapter, we’ll cover some of the advanced features available to the Orleans developer.
Request Context
RequestContext is a static class available within Grains which allows you to attach additional metadata to a request. The context then flows down to each grains in the call stack from where it can be read or updated.
This is useful when you have data like a correlation identifier that you need to pass through the system that isn’t part of the main data model.