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

[Feature Request]: Create topic with additional configuration #600

Open
robertcoltheart opened this issue Nov 6, 2024 · 0 comments · May be fixed by #601
Open

[Feature Request]: Create topic with additional configuration #600

robertcoltheart opened this issue Nov 6, 2024 · 0 comments · May be fixed by #601
Labels
enhancement New feature or request

Comments

@robertcoltheart
Copy link
Contributor

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:

    public IClusterConfigurationBuilder CreateTopicIfNotExists(
        string topicName,
        int numberOfPartitions = -1,
        short replicationFactor = -1,
        Dictionary<string, string>? configs = null)

Are you able to help bring it to life and contribute with a Pull Request?

Yes

Additional context

No response

@robertcoltheart robertcoltheart added the enhancement New feature or request label Nov 6, 2024
@robertcoltheart robertcoltheart changed the title [Feature Request]: [Feature Request]: Create topic with additional configuration Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant