confluentinc / confluentinc/kafka-tutorials
Naming a Streams DSL Topology Part 2 - Naming an entire topology
Open
kstreams
- Dominant language
- Java
- Stars
- 39
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
Kafka Streams provides the ability to view a textual representation of your topology using the `StreamsBuilder.build().describe()` method. For simple topologies, this is sufficient. But for more complex topologies, the generated names can be difficult to follow. This tutorial covers how users can provide meaningful names to each processor using the Kafka Streams DSL.
Contributor guide
Assessment
This issue has not been assessed yet.