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

Multiples consumers for multiples zookeepers #65

Open
juliansg1980 opened this issue Jun 9, 2016 · 2 comments
Open

Multiples consumers for multiples zookeepers #65

juliansg1980 opened this issue Jun 9, 2016 · 2 comments

Comments

@juliansg1980
Copy link

Dears,

We have an application that create two consumers. Each consumer reads messages from diferents zookeepers servers.
The problem that occurs is that the second consumer does not read from it zookeeper server or else it read from the first consumer zookeepers servers.

We have create two consumer configuration object, two ZookeeperConsumerConnector and two streams.

Best regards

@ducas
Copy link
Contributor

ducas commented Jun 9, 2016

Have you tried disabling the shared zookeeper connection?

https://github.com/Microsoft/CSharpClient-for-Kafka/blob/master/src/KafkaNET.Library/Examples/ConsumeGroup/ConsumerGroupHelper.cs

ZookeeperConsumerConnector.UseSharedStaticZookeeperClient =
cgOptions.UseSharedStaticZookeeperClient;
On Thu, 9 Jun 2016 at 18:32, juliansg1980 [email protected] wrote:

Dears,

We have an application that create two consumers. Each consumer reads
messages from diferents zookeepers servers.
The problem that occurs is that the second consumer does not read from it
zookeeper server or else it read from the first consumer zookeepers servers.

We have create two consumer configuration object, two
ZookeeperConsumerConnector and two streams.

Best regards


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#65, or mute
the thread
https://github.com/notifications/unsubscribe/AALysCOUbhbT405uR4DqIS-o3mL-ZRDAks5qJ8-0gaJpZM4Ixva6
.

Cheers,
Ducas

@juliansg1980
Copy link
Author

Great!!!!!! It works!!

Thank you so much for your help

Cheers

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

2 participants