Skip to content
Open
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
2 changes: 1 addition & 1 deletion _layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
<div class="col-lg-6">
<h1 class="fw-bold text-body-emphasis lh-1 mb-3" id="krx-hero-title">Kroxylicious, the snappy open source proxy for Apache Kafka<sup>&#174;</sup></h1>
<p class="lead">Topic encryption, policy-enforcement, multi-tenancy, audit and much more.</p>
<p class="lead">Topic encryption, policy-enforcement, multi-tenancy and much more.</p>
Copy link
Member

Choose a reason for hiding this comment

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

nit.

Suggested change
<p class="lead">Topic encryption, policy-enforcement, multi-tenancy and much more.</p>
<p class="lead">Record encryption, policy-enforcement, multi-tenancy and much more.</p>

Copy link
Member

Choose a reason for hiding this comment

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

On second thoughts, a decision maker might not necessarily know that Kafka refers to its application messages as records. "Encryption of topic records", "Topic record encryption"?

<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a href="{{site.baseurl}}/overview/" alt="What Kroxylicious is and how does it work?" type="button" class="btn btn-light btn-lg px-4 gap-3">What is it?</a>
<a href="{{site.baseurl}}/use-cases/" alt="What can Kroxylicious do?" type="button" class="btn btn-light btn-lg px-4 gap-3">What can it do?</a>
Expand Down
Loading