Skip to content

iptch/kafka-list-join-demo

Repository files navigation

Kafka List Join Demo

This project shows two ways to perform a list join in a Kafka streams application. A list join refers to joining a record that contains a list with a KTable, such that each element in the list gets joined with the corresponding element in the KTable.

This image shows the high level idea, joining a persons address list, with the corresponding addresses:

List join overview

Check out this blog post for a discussion of the approaches.

The tests should cover all relevant cases of message ordering and updates.

Building

To build and test the project, run

./gradlew clean build

About

A demo showing how to do a list join in a kafka streams application.

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages