conf: {
kafka_config: {
# added quotes here so that the keys won't be split into objects on dots
# i.e. bootstrap.servers=value not bootstrap { servers=value }
# keys are unquoted by code in ConfigLoader
"bootstrap.servers": "kafka:9092"
}
kafka_producer_config: ${conf.kafka_config}
kafka_producer_config: {
"request.timeout.ms": 30000
"connections.max.idle.ms": 1800000
}
}
env-overrides.conf (in same folder as above file):
Recreation:
local.conf
:env-overrides.conf
(in same folder as above file):Python code:
Error: