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.EmbeddedKafka
Zhou,
It appears that this class was moved most recently in this PR:
https://github.com/apache/kafka/pull/11970
Checking the build on trunk, the class does appear to be in the
server-common JAR:
$ jar -tf server-common/build/libs/kafka-server-common-3.5.0-SNAPSHOT.jar |
grep Yammer
org/apache/kaf