FrankChen021 commented on a change in pull request #11333:
URL: https://github.com/apache/druid/pull/11333#discussion_r646244124
##########
File path: docs/configuration/index.md
##########
@@ -393,7 +393,7 @@ The Druid servers [emit various
metrics](../operations/metrics.md) and alerts vi
|`druid.emitter.http.flushTimeOut`|The timeout after which an event should be
sent to the endpoint, even if internal buffers are not filled, in
milliseconds.|not specified = no timeout|
|`druid.emitter.http.batchingStrategy`|The strategy of how the batch is
formatted. "ARRAY" means `[event1,event2]`, "NEWLINES" means `event1\nevent2`,
ONLY_EVENTS means `event1event2`.|ARRAY|
|`druid.emitter.http.maxBatchSize`|The maximum batch size, in bytes.|the
minimum of (10% of JVM heap size divided by 2) or (5242880 (i. e. 5 MiB))|
-|`druid.emitter.http.batchQueueSizeLimit`|The maximum number of batches in
emitter queue, if there are problems with emitting.|the maximum of (2) or (10%
of the JVM heap size divided by 5MB)|
Review comment:
From the code we could see that the defualt value is `5MiB`
https://github.com/apache/druid/blob/0c5d1c9725303111df69198a232166ddf00672d2/core/src/main/java/org/apache/druid/java/util/emitter/core/BaseHttpEmittingConfig.java#L63
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]