Hi everybody,this is the big picture:
a. frontend application with Undertow
b. backend application with Undertow and Resteasy for REST API
Since one method of my backend API does some image processing, I'm wondering how to implement this method in an asynchronous way.
On A side is there something could help me from undertow to proxy in async way the requests to this method of B?