I have a problem since I consume an external service, but I only need it to notify, this service sometimes takes a long time to respond and affects the response time of mine, which I must do to execute the service and not wait for the answer to continue with the flow.
My project is developed in Spring Boot and I use HttpPost for my requests