Skip to content

Commit b3591d0

Browse files
committed
jekyllize
Signed-off-by: Tom Bentley <tbentley@redhat.com>
1 parent 71aa803 commit b3591d0

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

_posts/2026-05-21-topic-routing.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1-
# A proof of concept for Routing
1+
---
2+
layout: post
3+
title: "A proof of concept for Routing"
4+
date: 2026-05-21 00:00:00 +0000
5+
author: "Tom Bentley"
6+
author_url: "https://github.com/tombentley"
7+
# noinspection YAMLSchemaValidation
8+
categories: blog kroxylicious-proxy
9+
tags: [ "kroxylicious-proxy" ]
10+
---
211

312
**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.
413

514
Here's a demo:
615

7-
<Video>
16+
**TODO Video**
817

918
You can run this for yourself; check out the [routing POC branch](https://github.com/tombentley/kproxy/tree/routing/) on GitHub.
1019

@@ -64,7 +73,7 @@ Nor can we guarantee that we'll eventually be able to handle the full gamut of t
6473

6574
## So why all the hullabaloo?
6675

67-
We think this is pretty cool, and we wanted to let people know that we're actively working on this. And being open source, we wanted to remind people that they can [join us](https://kroxylicious.io/join-us/) and get involved in any of the following ways:
76+
We think this is pretty cool, and we wanted to let people know that we're actively working on this. And being open source, we wanted to remind people that they can [join us](/join-us/) and get involved in any of the following ways:
6877

6978
* Tell us how you'd use the Router API: We have some ideas for other routers we want to build, but maybe you have an idea that only makes sense in your company. That's OK — not every router needs to be general-purpose. Kroxylicious is built for exactly that kind of bespoke use case.
7079
* Tell us how you'd use a topic router. What Kafka features does it need to support? What functionality does it need for operators?

0 commit comments

Comments
 (0)