From 71aa803a5e3035444f831e4048b10701594829e7 Mon Sep 17 00:00:00 2001 From: Tom Bentley Date: Thu, 21 May 2026 12:18:13 +1200 Subject: [PATCH 1/3] Add a blog post about the Routing POC Signed-off-by: Tom Bentley --- _posts/2026-05-21-topic-routing.md | 72 ++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 _posts/2026-05-21-topic-routing.md diff --git a/_posts/2026-05-21-topic-routing.md b/_posts/2026-05-21-topic-routing.md new file mode 100644 index 0000000..d75aaf6 --- /dev/null +++ b/_posts/2026-05-21-topic-routing.md @@ -0,0 +1,72 @@ +# A proof of concept for Routing + +**tl;dr**: We've built a proof-of-concept (POC) routing capability that allows Kafka clients to produce and consume records to topics in multiple clusters. In other words, clients don't need to know where their topics live. + +Here's a demo: + +