kafka-docker-composer icon indicating copy to clipboard operation
kafka-docker-composer copied to clipboard

KAFKA_CONFLUENT_CLUSTER_LINK_ENABLE contains true, which is an invalid type, it should be a string, number, or a null

Open danjrichards opened this issue 10 months ago • 2 comments

Hi Sven Nice tool - thank you.

I ran python3 kafka_docker_composer.py -b 3 -z 3 --racks 3 and it generated 3 errors on starting, each: services.kafka-?.environment.KAFKA_CONFLUENT_CLUSTER_LINK_ENABLE contains true, which is an invalid type, it should be a string, number, or a null

I changed each instance to KAFKA_CONFLUENT_CLUSTER_LINK_ENABLE="true" and this error went away, but I then get: Error opening zip file or JAR manifest missing : /tmp/jmx_prometheus_javaagent-0.20.0.jar zookeeper-2 | agent library failed to init: instrument

danjrichards avatar Apr 19 '24 08:04 danjrichards

instrumenting error was my local issue - for some reason jmx_prometheus_javaagent-0.20.0.jar was an empty directory! 🤷🏼

danjrichards avatar Apr 19 '24 10:04 danjrichards

I am not quite sure how you got these errors, I cannot reproduce any of this.

Which OS are you running, and which docker engine do you use?

sknop avatar Apr 30 '24 13:04 sknop