Skip to content

creek-service/wip-state-stores-demo

Repository files navigation

License Coverage Status build CodeQL

Kafka Streams State Stores Demo

Repo containing the completed Kafka Streams State Stores Demo and associated docs.

WORK IN PROGRESS

This demo is not complete yet!

Gradle commands

  • ./gradlew should be the go-to local command to run when developing. It will run ./gradlew format, ./gradlew static and ./gradlew check.
  • ./gradlew format will format the code using Spotless.
  • ./gradlew static will run static code analysis, i.e. Spotbugs and Checkstyle.
  • ./gradlew check will run all checks and tests.
  • ./gradlew coverage will generate a cross-module Jacoco coverage report.