brbzull0 opened a new pull request #8695:
URL: https://github.com/apache/trafficserver/pull/8695


   Add Input option to invoke a rpc function by specifying the method name and 
the parameters directly
   from the command line.
   
   With this change we now can call any rpc method without the need to support 
it in traffic_ctl:
   
   ```
   $ traffic_ctl rpc invoke get_service_descriptor
   --> {"id": "50d9431e-85f9-4999-abc7-4f26ac3cc1e1", "jsonrpc": "2.0", 
"method": "get_service_descriptor"}
   <--  {response}
   ```
   
   This also removed `CustomizableRequest` which is no longer needed(it was 
unused but left it as base for this case).


-- 
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]


Reply via email to