e53a572c1fe6da6b7f46bee8218761b37ee30a98
\345\270\270\350\247\201\351\227\256\351\242\230/\346\226\207\344\273\266\345\257\274\345\207\272\345\217\230\346\210\220xls\345\271\266\344\270\224\345\206\205\345\256\271\346\230\257\344\270\200\344\270\252json.md
... | ... | @@ -19,4 +19,6 @@ RROR:Servlet.service() for servlet [dispatcherServlet] in context with path [] t |
19 | 19 | io.dapr.exceptions.DaprException: ERR_DIRECT_INVOKE: fail to invoke, id: smi-app, err: rpc error: code = ResourceExhausted desc = grpc: received message larger than max (6382085 vs. 4194304) |
20 | 20 | at io.dapr.client.DaprHttp$ResponseFutureCallback.onResponse(DaprHttp.java:385) |
21 | 21 | |
22 | -原因是 边车报错了数据量太大了,开启了 grpc, grpc 压缩的错误,去掉这个配置即可 |
|
... | ... | \ No newline at end of file |
0 | +# 原因是 |
|
1 | + |
|
2 | +边车报错了数据量太大了,开启了 grpc, grpc 压缩的错误,去掉这个配置即可 |
|
... | ... | \ No newline at end of file |