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

Request: kafka - add ability to create more partitions #1031

Closed
karelbilek opened this issue Apr 23, 2024 · 3 comments · Fixed by #1040
Closed

Request: kafka - add ability to create more partitions #1031

karelbilek opened this issue Apr 23, 2024 · 3 comments · Fixed by #1040

Comments

@karelbilek
Copy link
Contributor

Describe the bug
Currently, you can create only topics with one partition.

All topics now have 1 partition and that's hard-coded.

To Reproduce
Create kafka with topics. They all have 1 partition, it's here in the code

NumPartitions: 1,

(After I get gnomock running, I will try to make a PR that will add this functionality)

@orlangure
Copy link
Owner

Hey @karelbilek and thank you for reporting this. It would be great if you could implement this, just like you did with a few other issues so far. Thanks for your work!

@karelbilek
Copy link
Contributor Author

OK, you have it in the PR

@karelbilek
Copy link
Contributor Author

karelbilek commented Jun 4, 2024 via email

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

Successfully merging a pull request may close this issue.

2 participants