Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gbzarelli/kafka-streams-dynamic-output-topic

Route messages dynamically to topics
https://github.com/gbzarelli/kafka-streams-dynamic-output-topic

event-router kafka kafka-stream kafka-streams quarkus

Last synced: 16 days ago
JSON representation

Route messages dynamically to topics

Awesome Lists containing this project

README

        

# Kafka Streams dynamic output topic

"Consider a situation where you want to direct the output of different records to different topics, like a "topic exchange." In this tutorial, you'll learn how to instruct Kafka Streams to choose the output topic at runtime, based on information in each record's header, key, or value. Related pattern: [Event Router](https://developer.confluent.io/patterns/event-processing/event-router/)." - Based on the article: https://developer.confluent.io/tutorials/dynamic-output-topic/confluent.html

![image](https://developer.confluent.io/0f1d08516744422c73b5af3911c9cdf2/event-router.svg)