kafka-topology
Installation
SKILL.md
What I do
I guide you to use the custom Kafka Streams DSL in libs/kafka/ correctly. This DSL wraps raw Kafka Streams with type-safe builders, custom processors, and opinionated error handling. Do NOT use raw Kafka Streams APIs -- use these abstractions instead.
When to use me
Load this skill when writing or modifying Kafka topologies, Topics, state stores, or stream processors.
Prerequisites: Root
AGENTS.mdcovers general architecture.apps/AGENTS.mdhas the Kafka topic reference table. Loadlibs-referenceskill for full library API details.
1. Topology Builder
Entry point -- the topology { } function with Topology as the receiver: