kafka-streams-topology

Community

Build robust Kafka Streams topologies.

Authoranton-abyzov
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides guidance on designing and implementing Kafka Streams topologies using KStream, KTable, and GlobalKTable, including common patterns, windowing, and exactly-once semantics.

Core Features & Use Cases

  • Core Abstractions: KStream, KTable, GlobalKTable and their use cases
  • Pattern & Ops: Common operations (filter, map, flatMap, branch) and joins
  • Windowing & EOS: Tumbling/hopping/session windows and exactly-once processing
  • Topology Design: Best practices for robust stream processing

Quick Start

Create a simple topology: read from a 'clicks' topic, join with a 'users' table, and write to 'enriched-clicks'.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: kafka-streams-topology
Download link: https://github.com/anton-abyzov/specweave/archive/main.zip#kafka-streams-topology

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository