Hello am trying to design an RestApi using latest springboot and Java 17. The existing database is pretty old ,cannot handle multiple simultaneous request.
I thought of below ideas
- Caching
- Rate limiter (guava) but it is not reliable it seems
Is there anything I can do. ANything simple that I am missing rather than implementing the above concepts.