Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions _posts/2026-03-02-kroxylicious-introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: post
title: "New Video: Understand Kroxylicious in under 3 minutes"
date: 2026-03-02 00:00:00 +0000
author: "Rob Young"
author_url: "https://github.com/robobario"
categories: videos learning
---

Want to see how Kroxylicious simplifies Apache Kafka® governance? We’ve put together a 3-minute visual breakdown of where the proxy sits in your stack and the problems it solves.

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/xLOjKScpJ3Q?si=awi7JDIPsn4sGdqM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

Key Takeaways:

* Zero Client Changes: Kroxylicious is wire-protocol compatible. Your applications keep using their existing Kafka clients without knowing a proxy is in the middle.
* Centralized Control: Instead of chasing down policy updates across different languages and teams, you enforce them at the proxy layer.
* Plug-and-Play Filters: Use the built-in Filter mechanism to intercept and transform traffic. For example, our Record Encryption Filter can automatically handle PII encryption before data ever touches the broker.

Ready to see it in action? Head over to [kroxylicious.io](https://kroxylicious.io) or jump straight into the [Proxy Quick Start](https://kroxylicious.io/documentation/0.18.0/html/proxy-quick-start).