Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finagle-thrift: Expand ThriftRichClient#params
Problem ThriftRichClient makes `param` protected when it's not in the variants of `Stack.Parameterized` we've created. This makes it tough when sharing config between Thrift/ThriftMux to access client params since they share `ThriftRichClient` as an interface mixin. Solution / Result: `ThriftRichClient` already has StackClient as a self-type meaning the params attribute already exists. Lets just remove it altogether in ThriftRichClient JIRA Issues: CSL-11746 Differential Revision: https://phabricator.twitter.biz/D837051
- Loading branch information