Refactor Client.lb_policy into it's own filter #103
Labels
area/user-experience
Pertaining to developers trying to use Quilkin, e.g. cli interface, configuration, etc
kind/cleanup
Refactoring code, fixing up documentation, etc
Originally posted by @markmandel in #98 (comment)
To explain again - we should remove lb_policy from the Client proxy configuration, and RANDOM and ROUND_ROBIN should become a Filter that can be applied for this functionality (Broadcast goes away, since that will be the default for both Client and Server implementations)
Question:
Should we have two filters, one for RANDOM and one for ROUND_ROBIN? Or should we have a LoadBalancer filter, with a "policy" configuration option, that takes one of these values as the config option?
The text was updated successfully, but these errors were encountered: