You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: