cmcfarlen commented on PR #10577: URL: https://github.com/apache/trafficserver/pull/10577#issuecomment-1758230381
DbgCtl needs to be available to tests as well without linking every other library in the project or stubbing half of it. tsapicore is a good place for code like DbgCtl (Metrics is there, for example, another bit that plugins can use), but currently there is code in there (FetchSM) that needs to moved to the higher level tsapi to avoid extra dependencies. We need to clean that up so tests and plugins can use tsapicore directly for those exposed features. Further, if tsapi doesn't declare its dependencies property then it places a burden on any target that uses it. This is still a conversation we need to have. I'd like to better understand the situation you are up against, so we can all take that into account. At the last ATS weekly meeting we agreed to have a separate meeting to discuss tsapi. I think we should do that soon. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
