-
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][client] Add maxConnectionsPerHost and connectionMaxIdleSeconds to PulsarAdminBuilder #22541
Merged
lhotari
merged 21 commits into
apache:master
from
lhotari:lh-add-pulsar-admin-client-connection-limits
Aug 8, 2024
Merged
[improve][client] Add maxConnectionsPerHost and connectionMaxIdleSeconds to PulsarAdminBuilder #22541
lhotari
merged 21 commits into
apache:master
from
lhotari:lh-add-pulsar-admin-client-connection-limits
Aug 8, 2024
Commits on Aug 7, 2024
-
[improve][client] Add connectionsPerHost and connectionMaxIdleSeconds…
… to PulsarAdminBuilder - also modify the default connectionMaxIdleSeconds from 60 seconds to 25 seconds - some firewalls/NATs have a timeout of 30 seconds and that's why 25 seconds is a better default - common firewall/NAT idle timeout is 60 seconds and since the check isn't absolute, a better default is 25 seconds to ensure that connections don't die because of firewall/NAT timeouts
Configuration menu - View commit details
-
Copy full SHA for c8295b7 - Browse repository at this point
Copy the full SHA c8295b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8605273 - Browse repository at this point
Copy the full SHA 8605273View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c01c2 - Browse repository at this point
Copy the full SHA c0c01c2View commit details -
- includes support for cancelling async requests eclipse-ee4j/jersey#5542
Configuration menu - View commit details
-
Copy full SHA for f5e5eec - Browse repository at this point
Copy the full SHA f5e5eecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18eee3d - Browse repository at this point
Copy the full SHA 18eee3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e03bb1f - Browse repository at this point
Copy the full SHA e03bb1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24dc470 - Browse repository at this point
Copy the full SHA 24dc470View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e420d - Browse repository at this point
Copy the full SHA b2e420dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f798673 - Browse repository at this point
Copy the full SHA f798673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f007a5 - Browse repository at this point
Copy the full SHA 1f007a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b2b93a - Browse repository at this point
Copy the full SHA 7b2b93aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7f39a0 - Browse repository at this point
Copy the full SHA c7f39a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a2c01f - Browse repository at this point
Copy the full SHA 4a2c01fView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12dd71d - Browse repository at this point
Copy the full SHA 12dd71dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 370c7af - Browse repository at this point
Copy the full SHA 370c7afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3469372 - Browse repository at this point
Copy the full SHA 3469372View commit details -
Configuration menu - View commit details
-
Copy full SHA for 609629c - Browse repository at this point
Copy the full SHA 609629cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a18bbb - Browse repository at this point
Copy the full SHA 6a18bbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec9e724 - Browse repository at this point
Copy the full SHA ec9e724View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7c961a - Browse repository at this point
Copy the full SHA e7c961aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb374eb - Browse repository at this point
Copy the full SHA fb374ebView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.