You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(stringtopicName,intnumberOfPartitions=-1,shortreplicationFactor=-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
The text was updated successfully, but these errors were encountered:
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: