Open qinjunhang opened 7 months ago
type nerveMember struct { Host string json:"host" Port int json:"port" Name string json:"name" }
json:"host"
json:"port"
json:"name"
I hope Zookeeper can support tags other than these three
Are you thinking about any specific metadata? Could you share the use cases?
Proposal
type nerveMember struct { Host string
json:"host"
Port intjson:"port"
Name stringjson:"name"
}I hope Zookeeper can support tags other than these three