sogou / srpc

RPC framework based on C++ Workflow. Supports SRPC, Baidu bRPC, Tencent tRPC, thrift protocols.
Apache License 2.0
1.94k stars 382 forks source link

add srpc-ctl #286

Closed holmes1412 closed 1 year ago

holmes1412 commented 1 year ago
  1. Support basic command: http, rpc, proxy;
  2. Support specify some args by commands;
  3. Support json for config loading;
  4. Support default config: global, server, client, upstream, metrics, trace;
  5. Support generate by specific idl file;
  6. Support proxy with different client and server;