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

feat: support IncludeValue for get operation #207

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mattisonchao
Copy link
Member

Motivation

See streamnative/oxia#636

@mattisonchao mattisonchao changed the title feat: support IncludeValue for get operation feat: support IncludeValue for get operation Mar 5, 2025
@mattisonchao mattisonchao self-assigned this Mar 5, 2025
Copy link

@heesung-sn heesung-sn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm. Is this backward compatible?

* @return A GetOption instance representing the include value setting.
*/
static GetOption IncludeValue(boolean includeValue) {
return new OptionIncludeValue(includeValue);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could use 2 static objects here instead of allocating new object each time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants