Scout Wang

Results 21 issues of Scout Wang

Could someone explain the difficulties about implementing IOCTL? I'd like to make some contributions.

Feature

**Is your feature request related to a problem? Please describe.** go-grpc_out plugin could parse the package specification in proto file so that it supports multi-level namespace well. For example, given...

In this weekly meeting, we mainly discussed the following issues: 1. Release plan - Around the end of May (1) Dubboctl (2) Frontend and backend (3) Ca server (4) Catch...

## Unified IDL control for multiple protocols ```Client``` and ```Server``` layer APIs can support both IDL and Non-IDL modes. For IDL mode(Triple + Protobuf), defining proto file and making use...

gsoc2024
protocol

**What would you like to be added**: For now, Reflection Service has been moved to /protocol/triple from /protoocl/dubbo3. Please refer to #2522 . It should also work fine for ```config.Load```...

### Environment - Server: Dubbo-go, v3.1.0 - Client: Dubbo-go, v3.1.0 - Protocol: Dubbo ### Issue description #### defining API ```go type UserProvider struct { Echo func(ctx context.Context, req *int32) (*int32,...

**What would you like to be added**: Triple OpenTelemetry support: 1. Consider a better way to inject OpenTelemetry configurations to Triple protocol adaptation layer(/protocol/triple). For old Triple(/protocol/dubbo3), it retrieves configurations...

**What would you like to be added**: For now, Triple only supports IDL registration style. It needs to support generating ServiceInfo dynamically by reflection.

Blocking todos: 1. go version upgrading 2. protoc-gen-triple and protoc-gen-go-triple https://github.com/apache/dubbo-go/issues/2452 Update the name of protoc-gen-triple to protoc-gen-go-triple and make it support generating old triple stub code. Then we can...

**What would you like to be added**: Implement Triple compatible functions for functionalities that make use of features from go version great than 1.17. **Why is this needed**: There are...