/kafka-streams-dynamic-output-topic

Route messages dynamically to topics

Primary LanguageJava

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