https://github.com/creek-service/ks-connected-services-demo
Extends the basic-kafka-streams-demo with a second service
https://github.com/creek-service/ks-connected-services-demo
kafka-streams microservice microservice-example microservices microservices-architecture microservices-demo
Last synced: 26 days ago
JSON representation
Extends the basic-kafka-streams-demo with a second service
- Host: GitHub
- URL: https://github.com/creek-service/ks-connected-services-demo
- Owner: creek-service
- License: apache-2.0
- Created: 2023-03-08T11:07:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T23:43:05.000Z (about 1 month ago)
- Last Synced: 2025-04-16T00:28:37.424Z (about 1 month ago)
- Topics: kafka-streams, microservice, microservice-example, microservices, microservices-architecture, microservices-demo
- Language: Java
- Homepage: https://www.creekservice.org/ks-connected-services-demo/
- Size: 2.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/Apache-2.0)
[](https://coveralls.io/github/creek-service/ks-connected-services-demo?branch=main)
[](https://github.com/creek-service/ks-connected-services-demo/actions/workflows/build.yml)
[](https://github.com/creek-service/ks-connected-services-demo/actions/workflows/codeql.yml)# Kafka Streams Connected Services Tutorial
Repo containing the completed [Connected Services tutorial](https://www.creekservice.org/ks-connected-services-demo)
and associated [docs](docs/README.md).### 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][spotless].
* `./gradlew static` will run static code analysis, i.e. [Spotbugs][spotbugs] and [Checkstyle][checkstyle].
* `./gradlew check` will run all checks and tests.
* `./gradlew coverage` will generate a cross-module [Jacoco][jacoco] coverage report.[spotless]: https://github.com/diffplug/spotless
[spotbugs]: https://spotbugs.github.io/
[checkstyle]: https://checkstyle.sourceforge.io/
[jacoco]: https://www.jacoco.org/jacoco/trunk/doc/