Currently I am using Ribbon with Spring cloud gateway for load balancing (I am not using a discovery server for this and have provided a set of IP addresses to Ribbon). But since Ribbon's days are numbered I am willing to use Spring Cloud Loadbalancer as a replacement for Ribbon.
But I could not find any article/resource on how to config Spring Cloud Loadbalancer with Cloud Gateway.
Could you help me on resolving this issue.
Thanks