Skip to content

Support for an async DataFetcherExceptionHandler #2356

@rstoyanchev

Description

@rstoyanchev

The need for async exception handling is perhaps less obvious than for async data fetching but fundamentally no reason why it can't arise in either. For example an exception handler might need to retrieve security context from a remote source, write a record of the exception to a data store, and so on.

In addition, with async data fetchers, there is likely to be some strategy for context passing in which case there is a need for consistency in how this is done across data fetchers and exception handlers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions