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

[refactor][c++ client] Enable client memory limit controller by default. #16903

Closed
wants to merge 3 commits into from

Conversation

shibd
Copy link
Member

@shibd shibd commented Aug 1, 2022

Motivation

#13306

Modifications

  • Enable C++ client memory limit controller by default.
  • Git ignore .cmake folder

Documentation

  • doc-not-needed
    (Please explain why)

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Aug 1, 2022
@shibd shibd changed the title [client][c++] Enable client memory limit controller by default. [refactor][c++ client] Enable client memory limit controller by default. Aug 1, 2022
Copy link
Contributor

@BewareMyPower BewareMyPower left a comment

Choose a reason for hiding this comment

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

Currently we cannot disable maxPendingMessages for C++ client, see the failed tests. In addition, C++ client doesn't implement memory limit for consumer. We need to implement PIP-74 for C++ client before that.

Even for producer, there was an issue for memory limit, see #11910. You can verify this issue first.

@shibd
Copy link
Member Author

shibd commented Aug 2, 2022

Currently we cannot disable maxPendingMessages for C++ client, see the failed tests. In addition, C++ client doesn't implement memory limit for consumer. We need to implement PIP-74 for C++ client before that.

Even for producer, there was an issue for memory limit, see #11910. You can verify this issue first.

I get it, thanks. I will perfect the memory limit first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-not-needed Your PR changes do not impact docs type/PIP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants