druid/docs
Maytas Monsereenusorn a36a41da73
Support routing data through an HTTP proxy (#11891)
* Support routing data through an HTTP proxy

* Support routing data through an HTTP proxy

This adds the ability for the HttpClient to connect through an HTTP proxy.  We
augment the channel factory to check if it is supposed to be proxied and, if so,
we connect to the proxy host first, issue a CONNECT command through to the final
recipient host and *then* give the channel to the normal http client for usage.

* add docs

* address comments

Co-authored-by: imply-cheddar <86940447+imply-cheddar@users.noreply.github.com>
2021-11-09 17:24:06 -08:00
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
assets Design/architecture doc touchups (#11762) 2021-10-04 11:09:35 -07:00
comparisons Update druid-vs-kudu.md (#11470) 2021-07-21 22:58:14 +08:00
configuration Support changing dimension schema in Auto Compaction (#11874) 2021-11-08 21:17:08 -08:00
dependencies remove ZooKeeper 3.4 support + pass tests with Java 15 (#11073) 2021-05-25 12:49:49 -07:00
design Add more metrics for Jetty server thread pool usage (#11113) 2021-11-07 16:51:44 +05:30
development Support routing data through an HTTP proxy (#11891) 2021-11-09 17:24:06 -08:00
ingestion Support changing dimension schema in Auto Compaction (#11874) 2021-11-08 21:17:08 -08:00
misc Add SQL functions to format numbers into human readable format (#10635) 2021-08-13 10:27:49 -07:00
operations Add more metrics for Jetty server thread pool usage (#11113) 2021-11-07 16:51:44 +05:30
querying Remove OffheapIncrementalIndex and clarify aggregator thread-safety needs. (#11124) 2021-10-26 08:05:56 -07:00
tutorials docker mem reqs (#11827) 2021-10-25 12:23:25 -07:00