This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new ec8bdeb9f6 Document missing property -
druid.announcer.skipSegmentAnnouncementOnZk (#12891)
ec8bdeb9f6 is described below
commit ec8bdeb9f6f2aac28e78eb41df210da7e74370bb
Author: Lucas Capistrant <[email protected]>
AuthorDate: Tue Aug 16 02:02:56 2022 -0500
Document missing property - druid.announcer.skipSegmentAnnouncementOnZk
(#12891)
* document missing config related to segment announcement
* improve wording
* improve wording
* update docs
---
docs/configuration/index.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/configuration/index.md b/docs/configuration/index.md
index 65ddb3a782..14f45a1458 100644
--- a/docs/configuration/index.md
+++ b/docs/configuration/index.md
@@ -734,6 +734,12 @@ In current Druid, multiple data segments may be announced
under the same Znode.
|`druid.announcer.skipDimensionsAndMetrics`|Skip Dimensions and Metrics list
from segment announcements. NOTE: Enabling this will also remove the dimensions
and metrics list from Coordinator and Broker endpoints.|false|
|`druid.announcer.skipLoadSpec`|Skip segment LoadSpec from segment
announcements. NOTE: Enabling this will also remove the loadspec from
Coordinator and Broker endpoints.|false|
+If you want to turn off the batch data segment announcer, you can add a
property to skip announcing segments. **You do not want to enable this config
if you have any services using `batch` for `druid.serverview.type`**
+
+|Property|Description|Default|
+|--------|-----------|-------|
+|`druid.announcer.skipSegmentAnnouncementOnZk`|Skip announcing segments to
zookeeper. Note that the batch server view will not work if this is set to
true.|false|
+
### JavaScript
Druid supports dynamic runtime extension through JavaScript functions. This
functionality can be configured through
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]