linkedin / rest.li

Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
rest.li
Other
2.51k stars 546 forks source link

Expose RestLiConfig from RestLiServer #785

Closed mchen07 closed 2 years ago

mchen07 commented 2 years ago

In some optimization cases, we need to skip some rest.li filters for in-process invocation, where we need to have access to final rest.li filters used to initialize rest.li server. This RB provides a way to expose RestLiConfig used to initialize RestLiServer.