EndlessSeeker

Results 2 issues of EndlessSeeker

### Environment - Server: dubbo-go 3.2 - Client: dubbo-go 3.2 - Protocol: triple ### Issue description 在尝试客户端调用服务端,服务端报错的case时,发现客户端会默认重试3次,但是我指定服务调用的重试次数为1时,仍然会进行3次调用,重试的配置没有生效 ```go resp, err = svc.Greet(context.Background(), &greet.GreetRequest{Name: "wrong name"}, client.WithCallRetries(1)) if err != nil...

bug

1. Server回传Attachment给Client功能实现分享 奕博 已合并 issue: https://github.com/apache/dubbo-go/issues/2641 pr: https://github.com/apache/dubbo-go/pull/2658 pr: https://github.com/apache/dubbo-go/pull/2648 2. unified IDL进展同步与实现分享 宇轩/明宇 proto -> go转换已经完成,正在实现java -> proto转换 其他想法:1.能否通过metadata结构的文件生成idl,2.定义实现openapi,屏蔽语言特性 实现说明:[introduction](https://alidocs.dingtalk.com/i/nodes/Amq4vjg89nQjgweEuwLDmY2bW3kdP0wQ?utm_source=im&utm_scene=person_space&utm_medium=im_card&iframeQuery=utm_medium%3Dim_card%26utm_source%3Dim&doc_type=wiki_doc&corpId=ding847fb443bbac778dbc961a6cb783455b) issue: https://github.com/apache/dubbo-go/issues/2595 pr: https://github.com/apache/dubbo-go/pull/2654 sample: https://github.com/Yuukirn/dubbo-go-samples/tree/feature-unified-idl/non_idl 3. xds适配 零信任安全实现基于xds的对等认证、请求认证、授权认证。后续计划复用现有xds框架,继续实现流量管控能力...