kafkaflow
kafkaflow copied to clipboard
[Feature Request]: Do not write warning logs for CreateTopicIfNotExists in case topic exists.
Is your request related to a problem you have?
No response
Describe the solution you'd like
I have several producers. My application write warning logs on start "Topic {Name} already exists.". Because the method called CreateTopicIfNotExists, I do believe it shouldn't write the warning logs.
Are you able to help bring it to life and contribute with a Pull Request?
No
Additional context
No response
I wholeheartedly agree. The IfNotExists in CreateTopicIfNotExists conveys, to me, nothing happens whenever the topic already exists. So it shouldn't emit a warning by that logic. If anything, an informational message at most.