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

Remaining todos for dubbo-go v3.2

Open DMwangnima opened this issue 1 year ago • 1 comments

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 tag it with a higher version.
  3. Triple supports sending and receiving Headers and Trailers - #2435
  4. Triple adaptation layer supports old triple client stub code - #2454
  5. Samples and Docs

Non-blocking todos:

  1. Tracing interceptor for Triple adaptation layer
  2. TLS support of dubbo-go and Triple adaptation layer
  3. Exposed functionalities of Server layer
  4. Benchmark of new Triple

DMwangnima avatar Oct 31 '23 13:10 DMwangnima

Delete 'protocol/dubbo3' and 'protocol/grpc'

chickenlj avatar Nov 02 '23 01:11 chickenlj