MyNixOS website logo
option

services.druid.broker.config

(key=value) Configuration to be written to runtime.properties of the druid Druid Broker https://druid.apache.org/docs/latest/configuration/index.html.

Declarations
Type
attribute set of anything
Default
{ }
Example
{
  "druid.plainTextPort" = "8082";
  "druid.service" = "servicename";
}