Skip to content

Require a LoadBalancer for service discovery

Yorick Peterse requested to merge require-lb-service-discovery into master

What does this MR do?

The service discovery class now requires a load balancer to be passed in, instead of using a default object. This decouples the class from the global proxy/load balancer we currently use. This makes it easier to create multiple service discovery instances, without accidentally using the wrong load balancer.

This MR has been extracted from !68042 (merged).

Does this MR meet the acceptance criteria?

Conformity

Merge request reports