-
Notifications
You must be signed in to change notification settings - Fork 3k
Do not wait for topics to created if topic check disabled #48643
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
Do not wait for topics to created if topic check disabled #48643
Conversation
d5d8926
to
30aa7a3
Compare
8fad48c
to
ae5cdcd
Compare
ae5cdcd
to
577b68d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me but let's wait for @ozangunalp to confirm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome, @pcasaes thanks for the find, fix and tests!
It was clearly a regression!
Status for workflow
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Will be backported to next 3.24. |
Resolves #48642
If "check topics exists" is disabled (ie: topics-timeout is set to 0) then
waitForTopicsToBeCreated
will do nothing (noop).