Is your feature request related to a problem? Please describe.
In the JpaDatabasePushNotificationConfigStore implementation, the pagination is currently handled in-memory after fetching all records. This could lead to performance issues with large datasets. We should move the pagination logic to the database query level for better scalability and to ensure deterministic ordering.
Describe the solution you'd like
We should move the pagination logic to the database query level for better scalability and to ensure deterministic ordering.
Describe alternatives you've considered
No response
Additional context
No response
Code of Conduct