Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

consumer unable to connect zookeeper #73

Open
limwesley opened this issue Aug 10, 2016 · 0 comments
Open

consumer unable to connect zookeeper #73

limwesley opened this issue Aug 10, 2016 · 0 comments

Comments

@limwesley
Copy link

ConsumerConfiguration consumer = new ConsumerConfiguration()
            {
                AutoCommit = true,
                GroupId ="microsoft_console_group",
                ZooKeeper = new ZooKeeperConfiguration("10.0.0.4:2181",0,6000,2000)
            };
            ZookeeperConsumerConnector zoo = new ZookeeperConsumerConnector(consumer, true);

throw error at
zookeeperIntegration\zookeeperconnection.cs
this._zkclient = new ZooKeeper(this.Servers, new TimeSpan(0, 0, 0, 0, this.SessionTimeout), watcher);
said unable to connect to zookeeper
try to check my zookeeper it was working fine and able to telnet to 10.0.0.4 and used terminal console to connect, any method to solve this ?

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

No branches or pull requests

1 participant