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 · 0 comments
Open

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

karelbilek opened this issue Apr 23, 2024 · 0 comments

Comments

@karelbilek
Copy link

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)

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