bryancall commented on issue #6633: URL: https://github.com/apache/trafficserver/issues/6633#issuecomment-4827338780
This has been implemented. The JSON-RPC 2.0 based administrative API that replaces the old hand-rolled traffic_manager serialization RPC landed in https://github.com/apache/trafficserver/pull/7478 and first shipped in the 10.0.0 release. Current master carries the full implementation: the JSON-RPC node (include/mgmt/rpc/jsonrpc/ and src/mgmt/rpc/), a pluggable set of handlers for configuration, records, server, storage, host database, and plugins, plugin registration through the TSRPCRegister API, dynamic configuration via records.yaml, and a rewritten traffic_ctl client over a UNIX domain socket. The old traffic_manager was also removed in the 10.0.0 cycle. Follow-on work continues to extend the API in later releases. Since the design goals described here are realized in shipped code, I am closing this umbrella issue. Anything still desired (for example additional handlers) is better tracked as a focused new issue. -- 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]
