This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git

commit 1e0c5bed0e42387a5a2600b0ce5f6f2b6e9d8203
Merge: bbe234e7 4bb57bb8
Author: Ken Liu <ken.lj...@gmail.com>
AuthorDate: Sat Jan 27 22:22:26 2024 +0800

    Merge pull request #683 from sjcsjc123/retry
    
    feat: add retry sample

 .../retry/tests/integration/mian_test.go           |  49 +++++
 .../retry/tests/integration/retry_test.go          |  40 ++++
 retry/README.md                                    | 164 ++++++++++++++
 retry/README_CN.md                                 | 163 ++++++++++++++
 retry/go-client/cmd/main.go                        |  56 +++++
 retry/go-server/cmd/main.go                        |  70 ++++++
 retry/proto/greet.pb.go                            | 236 +++++++++++++++++++++
 retry/proto/greet.proto                            |  35 +++
 retry/proto/greet.triple.go                        | 149 +++++++++++++
 start_integrate_test.sh                            |   3 +
 10 files changed, 965 insertions(+)


Reply via email to