Hi list,
In https://github.com/apache/kafka/blob/trunk/docker/examples/README.md it says: > If no user provided configuration (file input or environment variables) is passed to the Docker container, the default KRaft configuration for single combined-mode node will be used. This default configuration is packaged in the Kafka tarball. I have two questions about this: - Where is this logic implemented? Is it in kafka.docker.KafkaDockerWrapper? I dont see it. - Can I find this default config outside of the Docker container? Its somewhere in the Git repo I guess? Because I need to restore it (by mounting a user config) if I want to set environment variables, correct? Thanks, André