Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.53 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.53 KB

License Coverage Status build CodeQL

Kafka Streams Aggregate API Tutorial

Repo containing the completed Aggregate API tutorial and associated docs.

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.