We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When creating a topic, it would be nice to be able to override settings such as cleanup.policy.
cleanup.policy
Ideally an overload on the create topic method like this:
public IClusterConfigurationBuilder CreateTopicIfNotExists( string topicName, int numberOfPartitions = -1, short replicationFactor = -1, Dictionary<string, string>? configs = null)
Yes
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is your request related to a problem you have?
When creating a topic, it would be nice to be able to override settings such as
cleanup.policy
.Describe the solution you'd like
Ideally an overload on the create topic method like this:
Are you able to help bring it to life and contribute with a Pull Request?
Yes
Additional context
No response
The text was updated successfully, but these errors were encountered: