Merging and Adding a Sink Node
Learn about the Kafka Streams merge and to operators.
We'll cover the following
We have reached the last part of our topology! We want to publish each Feeling
record we mapped in the last lesson as a JSON to another Kafka topic. We still have two streams and want to apply the same operator to all the records passing through them. For that, Kafka Streams offers us the merge
operator.
Get hands-on with 1200+ tech skills courses.