1
Dear friends, I have a API Rest with the RestController
from Spring, it receives hundreds of simultaneous 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 in the machine!
Is there any way to limit the number of posts or put some on hold?