My microservice call 2 external API and merges their response and send back data two the client.
I want to implement pagination of the data recieve from 2 API and send back to client.
Can Anyone help me out how to achieve this in Spring Boot.
My microservice call 2 external API and merges their response and send back data two the client.
I want to implement pagination of the data recieve from 2 API and send back to client.
Can Anyone help me out how to achieve this in Spring Boot.