diff --git a/_posts/2026-03-02-kroxylicious-introduction.md b/_posts/2026-03-02-kroxylicious-introduction.md new file mode 100644 index 0000000..ce6c8e1 --- /dev/null +++ b/_posts/2026-03-02-kroxylicious-introduction.md @@ -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. + + + +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).