79251488

Date: 2024-12-04 14:13:48
Score: 1
Natty:
Report link

Make sure you also have the Kafka Streams dependency in your project.. took me hours to figure it out..

        <dependency>
            <groupId>org.apache.kafka</groupId>
            <artifactId>kafka-streams</artifactId>
            <version>3.7.0</version>
        </dependency>
   
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Emanuele Righetti