Skip to content

How many connections (with same topic name)can be created and write concurrently #356

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

Closed
arjunvofficial opened this issue Sep 30, 2019 · 1 comment

Comments

@arjunvofficial
Copy link

is there any issue if multiple writers created with same topic name(individual goroutines for each writers) and writing to kafka using them concurrently ?

@dominicbarnes
Copy link
Contributor

As far as I know, there shouldn't be any trouble doing this, as the Kafka broker(s) should maintain a consistent state in regards to topic metadata. That being said, you can configure topics to be created automatically by the brokers as well, and also I have no reason to believe the Writer would not be able to handle that.

If you run into any specific issues, feel free to create an issue with a way to reproduce so we can address it.

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