mirror of
https://github.com/go-micro/go-micro.git
synced 2024-11-24 08:02:32 +02:00
9 lines
307 B
Go
9 lines
307 B
Go
/*
|
|
Package selector is a way to load balance service nodes.
|
|
|
|
It algorithmically filter and return nodes required by the client or any other system.
|
|
Selector's implemented by Micro build on the registry but it's of optional use. One could
|
|
provide a static Selector that has a fixed pool.
|
|
*/
|
|
package selector
|