Hi All - i've installed Confluent 3.2.2 & i'm getting error in starting up the Broker
Attached the server.properties file, any ideas on what the issue might be ? ./bin/kafka-server-start ./etc/kafka/server.properties > SLF4J: Class path contains multiple SLF4J bindings. > SLF4J: Found binding in > [jar:file:/Users/karanalang/Documents/Technology/Coursera_spark_scala/structuredStreamingKafka/target/scala-2.11/StructuredStreamingKafka-assembly-1.0.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Found binding in > [jar:file:/Users/karanalang/Documents/Technology/kafka/confluent-3.2.2/share/java/kafka/slf4j-log4j12-1.7.21.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an > explanation. > SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] > Exception in thread "main" java.lang.NoSuchMethodError: > kafka.metrics.KafkaMetricsReporter$.startReporters(Lkafka/utils/VerifiableProperties;)Lscala/collection/Seq; > at > io.confluent.support.metrics.SupportedServerStartable.<init>(SupportedServerStartable.java:48) > at io.confluent.support.metrics.SupportedKafka.main(SupportedKafka.java:39)