Skip to content

Commit

Permalink
Add examples to navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
snandam authored and metaclips committed May 8, 2024
1 parent 81e4cd8 commit 2a38da3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@
* [Docker](portals/kafka/apache-kafka/docker.md)
* [Redpanda](portals/kafka/redpanda/README.md)
* [Self Hosted](portals/kafka/redpanda/self\_hosted.md)
* [Confluent](portals/kafka/confluent/README.md)
* [Cloud](portals/kafka/confluent/confluent.md)
* [Warpstream](portals/kafka/warpstream/README.md)
* [Cloud](portals/kafka/warpstream/warpstream.md)
* [Instaclustr](portals/kafka/instaclustr/README.md)
* [Cloud](portals/kafka/instaclustr/instaclustr.md)
* [Aiven](portals/kafka/aiven/README.md)
* [Cloud](portals/kafka/aiven/aiven.md)

## Reference

Expand Down
6 changes: 4 additions & 2 deletions portals/kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ To learn how end-to-end trust is established, please read: “[<mark style="colo
Please select an example to dig in:

{% hint style="info" %}
The examples below use Apache Kafka, Redpanda and Instaclustr, however, the same setup works for any Kafka API compatible data streaming platform: _Confluent, Aiven, WarpStream etc._
The examples below use Apache Kafka, Redpanda, Confluent, Aiven, WarmStream and Instaclustr. However, the same setup works for any Kafka API compatible data streaming platform.
{% endhint %}

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="apache-kafka/"><mark style="color:blue;"><strong>Apache Kafka</strong></mark></a></td><td>We send end-to-end encrypted messages through Apache Kafka.</td><td><a href="apache-kafka/">apache-kafka</a></td></tr><tr><td><a href="redpanda/"><mark style="color:blue;"><strong>Redpanda</strong></mark></a></td><td>We send end-to-end encrypted messages through Redpanda.</td><td><a href="redpanda/">redpanda</a></td></tr><tr><td><a href="instaclustr/"><mark style="color:blue;"><strong>Instaclustr</strong></mark></a></td><td>We send end-to-end encrypted messages through Instaclustr.</td><td><a href="instaclustr/">instaclustr</a></td></tr></tbody></table>
<table data-card-size="large" data-view="cards">

<thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="apache-kafka/"><mark style="color:blue;"><strong>Apache Kafka</strong></mark></a></td><td>We send end-to-end encrypted messages through Apache Kafka.</td><td><a href="apache-kafka/">apache-kafka</a></td></tr><tr><td><a href="redpanda/"><mark style="color:blue;"><strong>Redpanda</strong></mark></a></td><td>We send end-to-end encrypted messages through Redpanda.</td><td><a href="redpanda/">redpanda</a></td></tr><tr><td><a href="instaclustr/"><mark style="color:blue;"><strong>Instaclustr</strong></mark></a></td><td>We send end-to-end encrypted messages through Instaclustr.</td><td><a href="instaclustr/">instaclustr</a></td></tr><tr><td><a href="confluent/"><mark style="color:blue;"><strong>Confluent</strong></mark></a></td><td>We send end-to-end encrypted messages through Confluent.</td><td><a href="confluent/">confluent</a></td></tr><tr><td><a href="aiven/"><mark style="color:blue;"><strong>Aiven</strong></mark></a></td><td>We send end-to-end encrypted messages through Aiven.</td><td><a href="aiven/">aiven</a></td></tr><tr><td><a href="warpstream/"><mark style="color:blue;"><strong>Warpstream</strong></mark></a></td><td>We send end-to-end encrypted messages through Warpstream.</td><td><a href="warpstream/">Warpstream</a></td></tr></tbody></table>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ layout:
visible: true
---

# Instaclustr - Docker
# Instaclustr Cloud

In this hands-on example we send end-to-end encrypted messages _through_ Instaclustr.

Expand Down

0 comments on commit 2a38da3

Please sign in to comment.