Skip to content

ThinkportRepo/kafka-streams-workshop

Repository files navigation

Workshop

How to Start the Service Locally

  1. Build the services:
    mvn clean install -f ./datagenerator/pom.xml
    mvn clean install -f ./01-producer/pom.xml
    mvn clean install -f ./02-consumer/pom.xml
  2. Start the services: Use Docker Compose to start the application and its dependencies:
    docker-compose -f ./local-development/docker-compose.yml up --force-recreate --build --remove-orphans

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published