'Data propagation between downstream request/response and upstream request/response interception

New to Quarkus and need to create a POC which replicates current java servlet filter and client interceptors which use ThreadLocal maps and aspectJ to propagate and examine data between downstream and upstream request/responses across multiple asynch calls. Where can I find example code in Quarkus which does something similar.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source