mirror of https://github.com/apache/druid.git
Document missing property - druid.announcer.skipSegmentAnnouncementOnZk (#12891)
* document missing config related to segment announcement * improve wording * improve wording * update docs
This commit is contained in:
parent
e42e025296
commit
ec8bdeb9f6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue