-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KAFKA_CONFLUENT_CLUSTER_LINK_ENABLE contains true, which is an invalid type, it should be a string, number, or a null #2
Comments
instrumenting error was my local issue - for some reason |
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? |
Hello, I am getting the same errors like danjrichards. I am trying to setup "python kafka_docker_composer.py --brokers 1 --controllers 1 --p". I get errors because of "KAFKA_CONFLUENT_CLUSTER_LINK_ENABLE: False" and "KAFKA_CONFLUENT_REPORTERS_TELEMETRY_AUTO_ENABLE: False". Additionally there is no prometheus.yml in the volumes folder |
Hi Dominique, Can you try three brokers and three controllers first to see if that works for you? I will investigate. |
Also, it is -p, not --p? Kafka docker-compose Generator options: |
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
The text was updated successfully, but these errors were encountered: