-
Notifications
You must be signed in to change notification settings - Fork 346
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
Issue #432 propagate disableForceTopicCreation #433
base: master
Are you sure you want to change the base?
Issue #432 propagate disableForceTopicCreation #433
Conversation
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.
Change looks good. Can you also add a test so that we can ensure the behavior will not be broken later on?
@merlimat Test committed. Verified working and verified that it fails without disableForceTopicCreation: c.disableForceTopicCreation, |
This test appears to have exposed a race condition in access to the state of the partition consumer. Output from local testing:
These correspond with access to |
@flowchartsman Thanks your work for this, the change LGTM +1, and can you merge master code and fix test case? Please make sure the CI is ok. |
fba6b1c
to
f01e7fb
Compare
@wolfstudy, @merlimat failing tests appear unrelated, can you confirm?
|
@flowchartsman I think it is related to the change. It looks like the disableForceTopicCreation is passed in a case where is not supposed to be there, and the topic is not getting created, leading to the test failure. |
Just now seeing this, I'll get into it. |
- also satisfy gopls
f01e7fb
to
a334c98
Compare
fixes #432