Thread Context should collect unique response headers in async actions #19222
Labels
:Core/Infra/Core
Core issues without another label
>enhancement
help wanted
adoptme
high hanging fruit
Team:Core/Infra
Meta label for core/infra team
The current implementation of the
ThreadContext
(#17804) works by having the context passed from thread-to-thread, and the last thread to write to it wins. In the case of async (e.g., scatter/gather) request/response schemes, this won't work if anything unique happens along the way.This covers all current needs, but it could prove to be very useful to have it actually collect unique async response headers.
The text was updated successfully, but these errors were encountered: