Now I remember why we never used this. It appears that there is no way to customize the callback via `HttpAsyncClientBuilder`.
On Tue, Mar 30, 2021 at 12:25 PM Ryan Schmitt <[email protected]> wrote: > Oh right, this slipped my mind. I'll continue investigating. > > On Tue, Mar 30, 2021 at 2:17 AM Oleg Kalnichevski <[email protected]> > wrote: > >> >> There is now a simple callback that just logs exceptions by default. >> One can provide a more complex implementation that, for example, >> maintains a buffer of the most recent exceptions like the audit log in >> 4.x >> >> >> >> https://github.com/apache/httpcomponents-core/blob/master/httpcore5/src/main/java/org/apache/hc/core5/reactor/AbstractSingleCoreIOReactor.java#L54 >> >> Hope this helps >> >> Oleg >> >
