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.
./gradlewshould be the go-to local command to run when developing. It will run./gradlew format,./gradlew staticand./gradlew check../gradlew formatwill format the code using Spotless../gradlew staticwill run static code analysis, i.e. Spotbugs and Checkstyle../gradlew checkwill run all checks and tests../gradlew coveragewill generate a cross-module Jacoco coverage report.