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

[INLONG-11599][SDK] Optimize the configuration related content in the ProxyClientConfig class #11600

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

gosonzhang
Copy link
Contributor

Fixes #11599

  1. When obtaining metadata, increase the frequency control of failed access to avoid repeated access causing access pressure on the Manager;
  2. Use the request timeout setting configured in the ProxyClientConfig class, and no longer set the timeout value for each request one by one;
  3. Remove unnecessary assignment operations on message objects when data encryption is not performed;
  4. Add regionName configuration parameters in the DataProxy

@gosonzhang gosonzhang merged commit 1c9dd7d into apache:master Dec 16, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Improve][SDK] Optimize the configuration related content in the ProxyClientConfig class
3 participants