ThreadAwareLb(Upstream::LoadBalancerFactorySharedPtr factory) : factory_(std::move(factory)) {}
// The load balancing policy configuration will be loaded and validated in the main thread when we
// Create the load balancer factory that will be used to create the load balancer in the workers.