/kafka-streams-talk

Example code for Kafka Streams talk

Primary LanguageJava

Kafka Streams code examples

This repository contains example code used in the presentation Event stream processing using Kafka Streams

Starting up Kafka

To start up Kafka, run ./reset-kafka.sh

In a separate terminal, run ./load-data.sh to create the topics and post test data to them.

To reset the state of Kafka, run both scripts again.