-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[improve][broker] Use immutable base cursor properties #20400
[improve][broker] Use immutable base cursor properties #20400
Conversation
- mutating the base cursor properties accidentially would cause a hard-to-debug bug
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.
+1
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.
LGTM.
Unfortunately the variable still have methods like put
that only fail at the runtime.
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.
LGTM.
Unfortunately the variable still have methods like put
that only fail at the runtime.
@tisonkun where do you see this? |
@lhotari No. There is no issue in the current codebase. I expect that when you view |
Motivation
Modifications
Documentation
doc
doc-required
doc-not-needed
doc-complete