You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
kratos/pkg/naming
LibiChai 22e7564832 add rpc withBlock dialOption 5 years ago
..
discovery check nil instance 5 years ago
etcd add rpc withBlock dialOption 5 years ago
README.md fix log field (#3) 6 years ago
naming.go fix unit test (#76) 6 years ago

README.md

naming

项目简介

服务发现、服务注册相关的SDK集合

现状

目前默认实现了B站开源的Discovery服务注册与发现SDK。 但在使用之前,请确认discovery服务部署完成,并将该discovery.go内fixConfig方法的默认配置进行完善。

使用

可实现naming内的Builder&Resolver&Registry接口用于服务注册与发现,比如B站内部还实现了zk的。