prabhatbhattarai / project-voldemort

Automatically exported from code.google.com/p/project-voldemort
Apache License 2.0
0 stars 0 forks source link

Pre-configured HttpClient #380

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is a possible enhancement request for consideration.

The Apache HttpClients (both versions 3 and 4) have a ton of configuration 
options.  Currently, voldemort supports passing some of these through as 
parameters that it uses as it configures the client, but there are many more 
available.

Rather than forever increasing the number of parameters that voldemort has to 
support just to instantiate the client, would you consider a way to allow users 
to provide their own pre-configured client so they could configure it any way 
they wanted?

Original issue reported on code.google.com by mikeboy...@gmail.com on 9 Feb 2012 at 9:31