Skip to content

gbzarelli/kafka-streams-dynamic-output-topic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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." - Based on the article: https://developer.confluent.io/tutorials/dynamic-output-topic/confluent.html

image

Releases

No releases published

Packages

No packages published

Languages