{
  "id": "go/grpc-max-concurrent-streams",
  "signature": "rpc error: code = ResourceExhausted desc = grpc: received message larger than max",
  "signature_zh": "rpc 错误：代码 = 资源耗尽，描述 = grpc：接收到的消息大于最大值",
  "regex": "rpc\\ error:\\ code\\ =\\ ResourceExhausted\\ desc\\ =\\ grpc:\\ received\\ message\\ larger\\ than\\ max",
  "domain": "go",
  "category": "resource_error",
  "subcategory": null,
  "root_cause": "The server has reached its maximum number of concurrent streams, often due to too many active RPCs.",
  "root_cause_type": "generic",
  "root_cause_zh": "服务器已达到其最大并发流数，通常是由于活动 RPC 过多。",
  "versions": [
    {
      "version": "1.60.0",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "",
      "fail_rate": 0.6,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "",
      "fail_rate": 0.5,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "",
      "success_rate": 0.8,
      "how": "Set a higher MaxConcurrentStreams on the server using grpc.MaxConcurrentStreams option.",
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "success_rate": 0.75,
      "how": "Implement client-side rate limiting to control the number of concurrent RPCs.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": null,
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.83,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2024-06-01",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}