Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to configure etcd cluster? #26

Open
wenxiongwang opened this issue Jan 8, 2018 · 1 comment
Open

How to configure etcd cluster? #26

wenxiongwang opened this issue Jan 8, 2018 · 1 comment

Comments

@wenxiongwang
Copy link

Windows environment.

When I run command on cmd: nsqlookupd -config=C:\nsq\config\nsqlookupd.cfg, I got error message
"nsqlookupd.go:123] nsqlookupd.(*NSQLookupd).Main FATAL: start coordinator failed - client: etcd cluster is unavailable or misconfigured"

Do i need to install "github.com/coreos/etcd" and configure the environment to have ETCDCTL_API=3, so etcdctl uses the etcd API version 3 instead of defaulting to version 2?

I'm follw "有赞NSQ运维指南",Is there have a simple install guideline?

Many thanks!

@absolute8511
Copy link
Collaborator

You need make sure the cluster_leadership_addresses in nsqlookupd.cfg is a valid etcd cluster. You do not need install the github.com/coreos/etcd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants