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

[client-v2] Connection reuse strategy parameter #1772

Merged
merged 1 commit into from
Aug 16, 2024
Merged

[client-v2] Connection reuse strategy parameter #1772

merged 1 commit into from
Aug 16, 2024

Conversation

chernser
Copy link
Contributor

Summary

Fixes configuration parameter for connection reuse strategy

Checklist

@chernser chernser requested a review from mzitnik August 16, 2024 06:09

ConnectionReuseStrategy connectionReuseStrategy =
ConnectionReuseStrategy.valueOf(chConfiguration.get("connection_reuse_strategy"));
switch (connectionReuseStrategy) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is done to decouple apache reuse strategy enum class from client v2 api.

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
77.7% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@chernser chernser merged commit 5609c18 into main Aug 16, 2024
65 of 66 checks passed
@chernser chernser deleted the small_fixes branch August 16, 2024 15:57
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.

2 participants