Re: Using threadlocals on async requests

2021-03-10 Thread Thiago Veronezi
nks for the feedback Chris! []s, Thiago. On Tue, Mar 9, 2021 at 3:03 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Thiago, > > On 3/9/21 08:17, Thiago Veronezi wrote: > > I have a java agent that has its own transaction feature and it does it > by > &

Using threadlocals on async requests

2021-03-09 Thread Thiago Veronezi
Hi community, I have a java agent that has its own transaction feature and it does it by using Threadlocals. The agent transactions feature seems to work ok with Tomcat async requests. Does anyone know it's fine to use threadlocals on async requests? Thanks! Thiago.