Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HttpLoadBalancerFactory
should override newLoadBalancer
with 3 ar…
…gs (#1935) Motivation: #1831 added a new `LoadBalancerFactory#newLoadBalancer(String, Publisher, ConnectionFactory)` overload, but didn't override it in `HttpLoadBalancerFactory`. Modifications: - Add `HttpLoadBalancerFactory.newLoadBalancer(...)` overload with 3 arguments; Result: `HttpLoadBalancerFactory` follows `LoadBalancerFactory` contract with http-specific types.
- Loading branch information