Skip to content

creek-service/basic-kafka-streams-demo

Repository files navigation

License Coverage Status build CodeQL

Basic Kafka Streams Tutorial

Repo containing the completed Basic Kafka Streams tutorial and associated docs.

This repository is also a template repository to enable later tutorials, that build on this one. Click the Use this template button at the top to create a new repository from this template.

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.