> On May 17, 2017, at 4:54 PM, Nishant Gaurav <ngau...@linkedin.com.INVALID> > wrote: > > Hi everyone, > > I work as a part of Traffic team at LinkedIn. Our team has a use case where > we want to reload ‘remap.config’ without restarting trafficserver. I > understand that I can use ‘traffic_ctl config reload’ command for the same, > but we don’t want dependence on an external process to run traffic_ctl. > > In order to achieve this I submitted this pull request > <https://github.com/apache/trafficserver/pull/1815/files> last week, in > which I introduced a new API function 'TSRemapConfigReload()' which can
Hmmm, not sure I fully understand this, but why wouldn’t you use the Mgmt C-API for this in your plugin? You don’t need a new TS API for that, no? I’m sure you can look at the code for traffic_ctl, and see how it uses the mgmt C-APIs to do the config reload. Or what am I missing? :-) Cheers, — leif