• Yorick Peterse's avatar
    Require a LoadBalancer for service discovery · ea7a01bf
    Yorick Peterse authored
    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.
    
    Changelog: changed
    ea7a01bf
load_balancing_spec.rb 24.7 KB