method_config.json 196 B

123456789101112
  1. {
  2. "name": [
  3. {
  4. "service": "echo.Echo",
  5. "method": "Get"
  6. }
  7. ],
  8. "waitForReady": true,
  9. "timeout": "1s",
  10. "maxRequestMessageBytes": 1024,
  11. "maxResponseMessageBytes": 2048
  12. }