Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Per-API reference

Grouped-by-domain reference for each implemented API key: versions, semantics, deviations from Apache Kafka 3.7, source paths, test coverage.

The generated matrix tells you which versions of each API kaas serves; these pages tell you how it behaves — the semantics behind each key, and every place behaviour differs from Apache Kafka 3.7, stated plainly. Every registered key is documented across seven domain pages, grouped so related behaviour (and shared deviations) read in one place, with a stable anchor per key that the matrix's "Reference" column links to:

Every anchor follows the same template:

  1. Purpose — what the API does in one or two sentences.
  2. Versions — the supported range, matching the registry (the matrix is generated from it, so a mismatch here is a doc bug by definition).
  3. Handling — how the request flows through kaas.
  4. Deviations — where behaviour differs from Apache Kafka 3.7, stated plainly.
  5. Source — handler and codec paths (contributor material, kept out of the narrative).
  6. Verified by — unit/integration tests and scripts/kafka-*.sh scenarios.