tree: 2bd4ee4163a503e38f8f3d6999834473bf400a36 [path history] [tgz]
  1. go-client/
  2. go-server/
  3. README.md
  4. README_zh.md
async/README.md

Async RPC Dubbo for Dubbo-go

For api definition and go client and server startup, please refer to dubbo-go 3.0 quickstart

Instructions

1. Start zookeeper

Execute the command docker run --rm -p 2181:2181 zookeeper or make -f $DUBBO_GO_SAMPLES_ROOT_PATH/build/Makefile docker-up. If you choose the second way, please ensure that you have set the environment $DUBBO_GO_SAMPLES_ROOT_PATH.

2. Start the server

Use goland to start async/go-server/cmd/server.go

3. Start the client

Use goland to start async/go-client/cmd/client.go