You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have Pageable parameters on Spring Cloud OpenFeign client methods. The lack of Pageable support blocks us from switching to HTTP interface clients. I'm experimenting with this work around. Define a custom argument resolver:
We started implementing an HTTP client using an HTTP interface client as well and just stumbled upon this issue after researching how to implement pagination.
It would be great if http interface clients had support for:
This would bring feature parity for what is supported in controllers today. I believe spring openfeign clients support this as well
Original: spring-projects/spring-framework#32286
The text was updated successfully, but these errors were encountered: