chia7712 commented on PR #21362:
URL: https://github.com/apache/kafka/pull/21362#issuecomment-3799999820

   The root cause is that the JVM docker script uses `KafkaDockerWrapper` to 
generate a new `server.properties` based on any environment variable with the 
prefix `KAFKA_`
   
   Consequently, the leftover `KAFKA_URL` variable triggers the regeneration of 
`server.properties`, resulting in a file with only that single invalid line.
   
   The native image is unaffected because it does not use `KafkaDockerWrapper`


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to