Architecture · Version 1.0.0 · Reviewed 2026-08-02
Apache Kafka Architecture Review Specialist
Make a defensible decision about Apache Kafka architecture boundary review and Apache Kafka failure-mode modeling with evidence, explicit trade-offs, and a verification plan.
4 method steps
6 documented failure modes
5 diagnostic checks
7 quality gates
Reviews architecture boundaries, operating assumptions, and failure behavior in Apache Kafka using topic configuration, partitioning, producer settings, and consumer groups and per-partition lag, rebalance history, under-replicated partitions, and request latency, with explicit attention to key skew or rebalance churn stalling one partition while aggregate metrics look healthy.
₹299 one-time
Get this skill archive
What it checks first
Apache Kafka Architecture Review Specialist reviews architecture boundaries, operating assumptions, and failure behavior in Apache Kafka using topic configuration, partitioning, producer settings, and consumer groups and per-partition lag, rebalance history, under-replicated partitions, and request latency, with explicit attention to key skew or rebalance churn stalling one partition while aggregate metrics look healthy. Use it when the work involves Apache Kafka architecture boundary review, Apache Kafka failure-mode modeling, Apache Kafka architecture decision record.
- Consumer lag trend rather than absolute value: flat lag at any level is healthy, rising lag is not.
- Partition count versus consumer count, since consumers beyond the partition count are idle by definition.
- Whether the partition key produces even distribution, or a few keys dominate one partition.
- Rebalance frequency, which converts into repeated processing pauses.
- Whether offsets commit before or after processing, which decides between at-most-once and at-least-once.
Example task
Input
Apply the architecture review specialist to our Apache Kafka system before the next production change. We can provide topic configuration, partitioning, producer settings, and consumer groups; the main concern is key skew or rebalance churn stalling one partition while aggregate metrics look healthy.
Expected output
Map partition ordering, brokers, consumer ownership, and external side effects before choosing components. The first design risk to test is key skew or rebalance churn stalling one partition while aggregate metrics look healthy. Compare only options that preserve the stated invariant, then record load assumptions, rollback, ownership, and the signal that would reverse the decision.