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

Open
karelbilek opened this issue Apr 23, 2024 · 2 comments · May be fixed by #1040
Open

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

karelbilek opened this issue Apr 23, 2024 · 2 comments · May be 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 karelbilek linked a pull request May 17, 2024 that will close this issue
@karelbilek
Copy link
Contributor Author

OK, you have it in the PR

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