-
目前走的motan-go代理访问JAVA服务,
JAVA服务后面会同步对接一个较耗时的服务(1~4秒处理时长)
motan-go配置的6秒超时,如果JAVA服务耗时短则motan-php正常接收返回结果,但是如果耗时长,motan-php这边基本在2秒左右,报Error to read header_buffer异常,
这个异常是什么场景下会报
结合motan-go应该如何配置motan-…
GDSGD updated
6 years ago
-
motan版本 更新到1.1.0 后出错
motan_server.xml 的配置如下
`
`
motan_client.xml的配置如下
`
`
客户端日志信息:
org.springframework.beans.factory.support.…
-
有simple格式的说明么?
-
我运行main/demo的client与server都报了这个错(master分支):
```
motan-go$ go run main/clientdemo.go
\# github.com/weibocom/motan-go/metrics
metrics/meter.go:48:52: cannot use m (type *meterSnapshot) as type metri…
-
-
服务提供方: java
服务调用方: php
两种情况: 1、服务提供方无法处理请求参数; 2、服务调用方无法解析返回结果
1:
java服务方法
```java
public String sayHello(String name) {
System.out.println("name: " + name);
return "hello "…
-
Hi, everyone, I am from [sky-walking](https://github.com/wu-sheng/sky-walking) team, which is an open source APM hosted on GitHub. We are also an opentracing supported tracer.
As ServiceComb has 4 …
-
govendor init
govendor add +e
-
-
look in to existing tracing systems regarding:
- interface to pipeline (Kevin, Ron)
- interface to database (Gerrit)
- what DBs are used in tracing (Vinoth, darshan, Talal)