79422203

Date: 2025-02-07 21:36:23
Score: 1
Natty:
Report link

You need to add the kafka-server dependency in your build.gradle as it contains the AbstractKafkaConfig class on Kafka version 3.9

dependencies {
    implementation('org.apache.kafka:kafka-server:3.9.0')
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gege