Mod: udpate goext & log4go lib version
1 file changed
tree: 435305b68db62ea7f7a84135150dc7f5833bb23b
  1. examples/
  2. jsonrpc/
  3. public/
  4. registry/
  5. version/
  6. .gitignore
  7. Gopkg.toml
  8. LICENSE
  9. README.md
README.md

dubbo-go


Apache Dubbo golang version.

License

Apache License, Version 2.0

Feature list

  • 1 Transport: HTTP(√)
  • 2 Codec: JsonRPC(√), Hessian(X)
  • 3 Service discovery:Service Register(√), Service Watch(√)
  • 4 Registry: ZooKeeper(√), Etcd(X), Redis(X)
  • 5 Strategy: Failover(√), Failfast(√)
  • 6 Load Balance: Random(√), RoundRobin(√)
  • 7 Role: Consumer(√), Provider(√)

Code Example

The subdirectory examples shows how to use dubbo-go. Please read the examples/readme.md carefully to learn how to dispose the configuration and compile the program.

Todo list

  • [ ] Tcp Transport and Hessian2 protocol
  • [ ] Network
    • [ ] Fuse
    • [ ] Rate Limit
    • [ ] Trace
    • [ ] Metrics
    • [ ] Load Balance