Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error handling for streaming reactive controllers #10058

Draft
wants to merge 2 commits into
base: 4.5.x
Choose a base branch
from

Commits on Nov 1, 2023

  1. Error handling for streaming reactive controllers

    Error handling for streaming reactive controller methods, such as those
    that use a `Flux` as the return type, is improved such that immediate
    error signals in the stream that occur before any data has been written
    will be routed appropriately to any user-supplied `@Error` handler
    methods.
    
    A new test specification is added to cover this scenario, and the TCK's
    `ErrorHandlerFluxTest` is improved to cover the enhanced error handling.
    jeremyg484 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    f819250 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Support backpressure

    jeremyg484 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    48a2603 View commit details
    Browse the repository at this point in the history