• Muhammed Uluyol's avatar
    Create an experimental client cache. · 7c58f94e
    Muhammed Uluyol authored
    Previously, we would initialize the experimental client at factory creation
    time. This is problematic because the clientConfig loader has values populated
    from the command-line flag parsing, and these are not populated until after
    Factory creation. Introduce an ExperimentalClientCache to create (and reuse)
    ExperimentalClients.
    7c58f94e
clientcache.go 3.15 KB