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

Creating multiple connection to each broker when sending message to kafka server #95

Open
Nagendra82 opened this issue Jun 21, 2016 · 0 comments

Comments

@Nagendra82
Copy link

Hi,
I have set the url in kafka option .
var Procoption = new KafkaOptions(new Uri(http://xx.x.xx.xx:9092)); and got the multiple brokers,
for each brokers create multiple connection when send multiple data.
if i send
message = 3 , it returns broker = 3
I got no of Connection = 3*3= 9

kafka multiple broker

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

1 participant