-
Notifications
You must be signed in to change notification settings - Fork 29
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
Config constant inconsistency? #3
Comments
To be honest this is inspired by Java. They have it the same way there. The reason is that there various TrustStrategies that have to be described with a class and the class constructed in some way. On the other hand, the LoadBalancingStrategy has only 2 simple options. Maybe it should better be |
@klobuczek I think it's ruby-like to do as you suggested but of course requires documentation to know the symbols.
What about this for trust strategy settings? |
While the |
Ok, well I just thought it seemed inconsistent to have different programming strategies for the two options, especially when I saw how they defined |
One quick one: I noticed
TrustStrategy.trust_all_certificates
andLoadBalancingStrategy::LEAST_CONNECTED
seem to be inconsistent. Typo?The text was updated successfully, but these errors were encountered: