Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ <h1 class="fs-5">Links</h1>
Blog
</a>
</li>
<li class="mb-2">
<a class="text-body link-underline-dark link-underline-opacity-0 link-underline-opacity-10-hover" href="https://www.youtube.com/@kroxylicious-io">
YouTube
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was a bit unsure if it should go under Community, or here under Links I figured it was closer to the Blog than a community discussion tool

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds like you landed in the same sort of place as me.

</a>
</li>
</ul>
</div>
<div class="col-6 col-lg-2 mb-3 text-lg-end">
Expand Down
2 changes: 2 additions & 0 deletions overview.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ toc: true

This page provides an overview of how Kroxylicious works. For more details, please refer to the [documentation]({{ '/documentation/' | absolute_url }}).

<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>
Copy link
Member Author

@robobario robobario Mar 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW I selected additional privacy when generating the embed code, which I believe doesn't track people until they click play. How benevolent.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On a personal level I agree with that choice 😁


# What is Kroxylicious?

Kroxylicious is an Apache Kafka&#174; protocol-aware proxy. It can be used to layer uniform behaviours onto a
Expand Down