You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ma...@apache.org on 2021/11/10 01:25:13 UTC

[druid] branch master updated (6c196a5 -> a36a41d)

This is an automated email from the ASF dual-hosted git repository.

maytasm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from 6c196a5  Remove StorageAdapter.getColumnTypeName. (#11893)
     add a36a41d  Support routing data through an HTTP proxy (#11891)

No new revisions were added by this update.

Summary of changes:
 .../java/util/http/client/HttpClientConfig.java    |  16 +++
 .../java/util/http/client/HttpClientInit.java      |   1 +
 .../util/http/client/HttpClientProxyConfig.java    |  49 +++++--
 .../druid/java/util/http/client/Request.java       |  10 +-
 .../http/client/pool/ChannelResourceFactory.java   | 150 ++++++++++++++++++---
 .../java/util/http/client/FriendlyServersTest.java |  76 +++++++++++
 docs/development/modules.md                        |  16 +++
 7 files changed, 283 insertions(+), 35 deletions(-)
 copy cloud/aws-common/src/main/java/org/apache/druid/common/aws/AWSProxyConfig.java => core/src/main/java/org/apache/druid/java/util/http/client/HttpClientProxyConfig.java (53%)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org