Dear friends, I have an API Rest with RestController
of Spring, it receives hundreds of concurrent posts, and with each post, I need to query and store data in the database. The problem is that this is generating an absurd processing on the machine!
Is there a way to limit the number of posts or put some on hold?