Cp-docker-images: windows docker running kafka-stream-examples

Created on 2 Aug 2017  路  2Comments  路  Source: confluentinc/cp-docker-images

After download kafka-streams-examples/docker-compose.yml and
run docker-compose up -d
I can start zookeeper However when I look into the docker-compose logs
I notice there is an error org.apache.kafka.common.KafkaException: io.confluent.metrics.reporter.ConfluentMetricsReporter ClassNotFoundException exception occurred kafka_1 | at org.apache.kafka.common.config.AbstractConfig.getConfiguredInstances(AbstractConfig.java:288) kafka_1 | at kafka.server.KafkaServer.startup(KafkaServer.scala:202) kafka_1 | at io.confluent.support.metrics.SupportedServerStartable.startup(SupportedServerStartable.java:102) kafka_1 | at io.confluent.support.metrics.SupportedKafka.main(SupportedKafka.java:49) kafka_1 | Caused by: java.lang.ClassNotFoundException: io.confluent.metrics.reporter.ConfluentMetricsReporter
How should deal with it?

Most helpful comment

@LegendJ , did you get this resolved? I am having the same problem.

All 2 comments

@LegendJ , did you get this resolved? I am having the same problem.

@LegendJ @gchiam Have you solved the same mistake

Was this page helpful?
0 / 5 - 0 ratings