flypiggyyoyoyo commented on issue #729:
URL:
https://github.com/apache/dubbo-go-samples/issues/729#issuecomment-2751799478
@liusese I implemented a Java server with Dubbo 2.6.12 based on your Go
client and exposed the TestQueryApi. Testing confirmed no issues.
- **Server Output:**
```shell
Dubbo provider service started
接收到请求: [{testId=testId001, serId=1710394936000}, {testId=testId002,
serId=1710748418000}]
返回结果: [{createTime=1742917663750, name=Test testId001, testId=testId001,
serId=1710394936000, status=ACTIVE}, {createTime=1742917663750, name=Test
testId002, testId=testId002, serId=1710748418000, status=ACTIVE}]
```
- **Client Output:**
```shell
Response: [map[createTime:1742917663750 name:Test testId001
serId:1710394936000 status:ACTIVE testId:testId001]
map[createTime:1742917663750 name:Test testId002 serId:1710748418000
status:ACTIVE testId:testId002]]
```
Could you share more details about your Java Server setup? Specifically:
1. **Service address** (e.g., `dubbo://your-ip:20880`) and **ZooKeeper
connection string** (e.g., `zookeeper://zk-ip:2181`).
2. **Java version** (`java -version`), **Dubbo version** (e.g., `2.6.12`),
and **ZooKeeper version** (`zkServer.sh status`).
3. **Full debug logs** from the Java Server and client with
`dubbo.protocol.logger=slf4j` enabled in `dubbo.properties` .
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]