Resteasy-Reactive: Read an manipulate body with ContainerRequestContext in a non-blocking wise #17791
Labels
area/rest
kind/enhancement
New feature or request
triage/duplicate
This issue or pull request already exists
Description
I try to read the body of a REST-Request within a ContainerRequestFilter.
Unfortunately this blocks the io-thread.
I think it's really useful in an complete reactive approach to access and modify the body in a filter, that is not blocking the io-thread.
The text was updated successfully, but these errors were encountered: