Fix Null SecurityContext In Spring Multi-Threading (@Async)
Overview When you start using multiple threads in Spring applications, many funny things happen. At least this was my experience. My use case is I have one endpoint that takes an audio file. The file would go through two services: As I want to return the result of the speech-to-text service immediately, the upload part … Read more