You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2019/01/17 06:57:56 UTC

[incubator-druid] branch master updated: Fixed the format of broker client configration (#6878)

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

fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new f6dcd63  Fixed the format of broker client configration (#6878)
f6dcd63 is described below

commit f6dcd63084baad76842b7538a18adb7137c51792
Author: lxqfy <yi...@gmail.com>
AuthorDate: Thu Jan 17 14:57:50 2019 +0800

    Fixed the format of broker client configration (#6878)
---
 docs/content/configuration/index.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/content/configuration/index.md b/docs/content/configuration/index.md
index 5d07514..fa66424 100644
--- a/docs/content/configuration/index.md
+++ b/docs/content/configuration/index.md
@@ -1242,6 +1242,8 @@ Druid uses Jetty to serve HTTP requests.
 Druid Brokers use an HTTP client to communicate with with data servers (historical servers and real-time tasks). This
 client has the following configuration options.
 
+|Property|Description|Default|
+|--------|-----------|-------|
 |`druid.broker.http.numConnections`|Size of connection pool for the Broker to connect to historical and real-time processes. If there are more queries than this number that all need to speak to the same node, then they will queue up.|20|
 |`druid.broker.http.compressionCodec`|Compression codec the Broker uses to communicate with historical and real-time processes. May be "gzip" or "identity".|gzip|
 |`druid.broker.http.readTimeout`|The timeout for data reads from historical servers and real-time tasks.|PT15M|


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