Hi Kafka group:
recently I upgrade these libs to:
kafka-clients 3.4.0
kafka_2.13:3.4.0
spring-kafka-test:3.0.4

but I got a Class Not found issue:(stacktrace)

Java.lang.NoClassDefFoundError:
org/apache/kafka/server/metrics/KafkaYammerMetrics
KafkaServer
org.springframework.kafka.test.EmbeddedKafkaBroker..

It seems this file was removed from kafka_2.13 lib after checking the
github,
https://github.com/apache/kafka/blob/dd62ef2eda571576a222d757beabcd7690dd8c16/core/src/main/java/kafka/metrics/KafkaYammerMetrics.java

So my question is which lib I should include as the dependency?

thanks
Zhou Rui

Reply via email to