From fac5c1e5c82058507b3b32197b8de5ca17042283 Mon Sep 17 00:00:00 2001 From: Joyce Fee Date: Fri, 29 May 2026 15:56:05 -0400 Subject: [PATCH 1/2] docs(DOC-2012): mirror Kafka Compatibility frontmatter on cloud stub Companion to redpanda-data/docs#1614. The docs-side page added page-topic-type, personas, and two learning objectives in the frontmatter; the cloud stub at modules/develop/pages/kafka-clients.adoc must duplicate them so the metadata renders consistently on /cloud-data-platform/ (Pattern B per @micheleRP's review). Follows the same pattern as schema-reg-contexts.adoc and manage-throughput.adoc, which carry their own frontmatter even though the body is single-sourced from the streaming component via include::streaming:...[tag=single-source]. Co-Authored-By: Claude Opus 4.7 --- modules/develop/pages/kafka-clients.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/develop/pages/kafka-clients.adoc b/modules/develop/pages/kafka-clients.adoc index d0d5f6f75..29e30726b 100644 --- a/modules/develop/pages/kafka-clients.adoc +++ b/modules/develop/pages/kafka-clients.adoc @@ -1,5 +1,9 @@ = Kafka Compatibility :page-aliases: development:kafka-clients.adoc :description: Kafka clients, version 0.11 or later, are compatible with Redpanda. Validations and exceptions are listed. +:page-topic-type: reference +:personas: developer +:learning-objective-1: Identify which Kafka clients are validated with Redpanda +:learning-objective-2: Identify unsupported Kafka features when integrating with Redpanda include::streaming:develop:kafka-clients.adoc[tag=single-source] \ No newline at end of file From 5a41caf4dceb198045109ba4b75f07083efc4eaa Mon Sep 17 00:00:00 2001 From: micheleRP Date: Fri, 29 May 2026 14:23:20 -0600 Subject: [PATCH 2/2] chore: retrigger Netlify preview after docs#1614 merge The single-sourced body is pulled from the streaming component (docs repo). docs#1614 merged after this PR's last preview built, so rebuild to render the new body (KIP-890 bullet, learning-objective checkboxes) against the mirrored stub frontmatter. Co-Authored-By: Claude Opus 4.8 (1M context)