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:
Lucas Capistrant 2022-08-16 02:02:56 -05:00 committed by GitHub
parent e42e025296
commit ec8bdeb9f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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.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| |`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 ### JavaScript
Druid supports dynamic runtime extension through JavaScript functions. This functionality can be configured through Druid supports dynamic runtime extension through JavaScript functions. This functionality can be configured through