fvaleri commented on PR #17705: URL: https://github.com/apache/kafka/pull/17705#issuecomment-2482649855
> we kept the current behaviour intentionally: [documentation link](https://github.com/apache/kafka/blob/trunk/docker/examples/README.md#running-on-default-configs) @kagarwal06 in that document we first say: > If any user provided config is provided, default configs will not be used. and then we say: > If properties are provided via environment variables only, default configs will be replaced by user provided properties. IMO these two phrases contradict each other, because these env vars are user provided config. Current behavior seems in line with the first phrase, but I don't think this is what users expect. If I set any env var, now I'm also required to mount a config file with the rest ofthe configuration. Can you clarify that? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org