-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
bugSomething isn't workingSomething isn't working
Description
hello, I have a question: Consul starts ACL and passes token.
conn, err = grpc.Dial(
fmt.Sprintf("consul://%s:%d/%s?token=%s&wait=14s&tag=%s", consulHost, consulPort, srvName, token, srvTag),
grpc.WithTransportCredentials(insecure.NewCredentials()),
grpc.WithDefaultServiceConfig(`{"loadBalancingPolicy": "round_robin"}`),
)
error message:
"error": "rpc error: code = Unavailable desc = last resolver error: produced zero addresses"
Thanks!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working