The definition of the repository is here.
-
Kafka Cluster
-
Java 11
-
Spring Boot 2.4.3
-
Spring Kafka Library
-
application.yml
kafka: bootstrapAddress: http://localhost:9092 topics: msgOrderLocation: name: orderLocation streams: applicationId: orderLocationApplication stateStoreName: orderLocationStore
./gradlew clean bootRun