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

Admin client cannot create topics with additional config #73

Closed
franvila opened this issue Dec 15, 2023 · 0 comments · Fixed by #78
Closed

Admin client cannot create topics with additional config #73

franvila opened this issue Dec 15, 2023 · 0 comments · Fixed by #78

Comments

@franvila
Copy link
Contributor

franvila commented Dec 15, 2023

For Kroxylicious system tests (related to this issue: kroxylicious/kroxylicious#732) we will need to make the topics more configurable. Currently we only have --topic-partitions and --topic-rep-factor as parameters and we would like to be able to configure things like:

  • min.insync.replicas
  • compression type
  • or any other possible configuration

For that, as a suggestion, we can use a parameter such as --config and add additional config separated by spaces:

--config=min.insync.replicas=2 compression.type=lz4 blah=2
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.

1 participant