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]: Do not write warning logs for CreateTopicIfNotExists in case topic exists. #396

Open
vadymkurinnyi opened this issue May 19, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@vadymkurinnyi
Copy link

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

@vadymkurinnyi vadymkurinnyi added the enhancement New feature or request label May 19, 2023
@RobThree
Copy link

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.

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

No branches or pull requests

2 participants