MyNixOS website logo
option

services.apache-kafka.settings

Kafka broker configurationserver.properties.

Note that .properties files contain mappings from string to string. Keys with dots are NOT represented by nested attrs in these settings, but instead as quoted strings (ie. settings."broker.id", NOT settings.broker.id).

Declarations
Type
lazy attribute set of (null or boolean or signed integer or string or list of (boolean or signed integer or string))