dubbo-go icon indicating copy to clipboard operation
dubbo-go copied to clipboard

Go Implementation For Apache Dubbo .

Results 220 dubbo-go issues
Sort by recently updated
recently updated
newest added

at server.go code line 117 exportServices method need if infoRaw == nil || infoRaw.(*common.ServiceInfo) == nil {}

We should not put imgs into the dubbo-go source code, as this will increase the size of dubbo-go.

#2687 This PR introduces the backupCodec field in the triple protocol, with the goal of allowing the server to use the client's serialization protocol for parsing when the serialization protocols...

**What happened**: **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**:

**What would you like to be added**: Add OpenAPI support for Triple REST protocol, enabling automatic OpenAPI documentation generation for dubbo services. **Why is this needed**: Make it easier for...

dubbo3 and grpc are implemented through grpc-go, which is a large dependency, and it is unreasonable to introduce grpc-go as a dependency. The basic functionality of the triple protocol has...

Add the urlPool to manage the memory allocation of common.URL

3.3.1

### Environment - Server: - Client: - Protocol: - Registry: ### Issue description ### Logs Click me to check logs ``` Copy logs to here. ``` 服务端注册 ``` func RegisterDubboRpcServer(greeter...

1. grpc-go http2 改动点 2. grpc-go版本对齐 3. grpc-go版本替换

**Why is this needed**: We have observed that Nacos has effectively implemented a Model Context Protocol (MCP) server, notably featuring tool-calling capabilities. Their implementation appears to be well-designed, leveraging existing...