Home / Companies / Confluent / Blog / Post Details
Content Deep Dive

Putting Events in Their Place with Dynamic Routing

Blog post from Confluent

Post Details
Company
Date Published
Author
Yeva Byzek, Victoria Xia, Wade Waldron
Word Count
1,712
Company Posts That Month
13
Language
English
Hacker News Points
-
Post removed?
No
Summary

The event-driven architecture of microservices is based on events that drive actions in each service. In this paradigm, services act on a common stream of events, which can be processed using the Kafka Streams library to build streams from data in a Kafka topic and take action on them. To handle specific requirements, such as processing only relevant events or dynamically routing output topics, branching or dynamic routing capabilities are used. These capabilities allow microservices to subscribe to separate streams or produce data into new Kafka topics based on certain conditions or derived from event fields. The application assumes advance knowledge of the output topic names but can also use a TopicNameExtractor to dynamically determine the name of the Kafka topic to send records, enabling dynamic routing. This feature allows for flexible and efficient processing of events in various domains, such as finance, retail, and IoT.

Trends Found in this Post
Trend Post Mentions Total Month Mentions Posts Companies MoM
Real-time 7 515 174 57 +74%
Use This Data

Use this post, company, and trend context to find content marketing opportunities, perform competitive analysis, or address product feature gaps via the Plushcap MCP server or the Plushcap API.