rewrite selector package and reuse it in router #7

Open
opened 2020-10-06 11:50:54 +03:00 by vtolstov · 0 comments
vtolstov commented 2020-10-06 11:50:54 +03:00 (Migrated from github.com)
  1. move selector to router => router/selector
  2. remove selector usage in client
  3. pass selector to router via options (and allow to pass selector via router option for client call)
  4. selector operates on []Route and returns []Route
  5. y open question - does we need to support multiple selectors via chaining ? for example i have latest version selector and shard or roundrobin
1. move selector to router => router/selector 2. remove selector usage in client 3. pass selector to router via options (and allow to pass selector via router option for client call) 4. selector operates on []Route and returns []Route 5. y open question - does we need to support multiple selectors via chaining ? for example i have latest version selector and shard or roundrobin
Sign in to join this conversation.
No description provided.