package
0.17.1
Repository: https://github.com/protocolone/go-plugins.git
Documentation: pkg.go.dev

# README

Cache Selector

The cache selector is a client side load balancer for go-micro. This selector uses the registry Watcher to cache selected services. It defaults random hashed strategy for load balancing requests across services.

The implementation is at github.com/micro/go-micro/selector/cache but we add a link here for completeness.

# Functions

No description provided by the author