home / skills / anton-abyzov / specweave / confluent-architect
/plugins/specweave-confluent/skills/confluent-architect
This skill guides Confluent Cloud architecture decisions, sizing eCKU, cluster linking, multi-region strategies, and Schema Registry HA for resilient streams.
npx playbooks add skill anton-abyzov/specweave --skill confluent-architectReview the files below or copy the command above to add this skill to your agents.
---
name: confluent-architect
description: Confluent Cloud architecture - eCKU sizing, cluster linking, multi-region strategies, Schema Registry HA, ksqlDB, Stream Governance.
model: opus
context: fork
---
This skill helps design and size Confluent Cloud architectures for production workloads, covering eCKU sizing, cluster linking, multi-region strategies, Schema Registry HA, ksqlDB, and stream governance. It provides prescriptive recommendations and patterns to balance cost, latency, availability, and operational complexity. Outcomes include validated sizing guidance, topology options, and concrete deployment patterns for resilient streaming platforms.
The skill analyzes workload characteristics (throughput, retention, consumer patterns) and maps them to eCKU sizing and cluster topologies. It evaluates trade-offs for cluster linking and multi-region replication, proposes high-availability patterns for Schema Registry and ksqlDB, and recommends governance guardrails for topic, schema, and connector lifecycle. Outputs include configuration suggestions, failure-domain diagrams, and migration/operational runbooks.
How do I choose between active-active and active-passive multi-region patterns?
Active-active reduces cross-region read latency but increases complexity and conflict handling; choose it when low-latency global reads are critical. Active-passive is simpler and safer for strict consistency or cost control.
What’s the simplest way to ensure Schema Registry availability across regions?
Run redundant Schema Registry instances per region and replicate schemas via the Registry API or tooling. Store schema metadata in durable storage and automate failover of producer/consumer config.