Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 2.66 KB

README.md

File metadata and controls

33 lines (24 loc) · 2.66 KB
layout
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

Kafka

Create an Ockam Portal to send end-to-end encrypted messages through Kafka - from any producer, to any consumer, through any Kafka API compatible data streaming platform.

Ockam encrypts messages from a Producer to a specific Consumer. Only that specific Consumer can decrypt these messages. This guarantees that your data cannot be observed or tampered as it passes through Kafka. Operators of the Kafka cluster only see end-to-end encrypted data. Any compromise of an operator's infrastructure cannot compromise your business data.

To learn how end-to-end trust is established, please read: “How does Ockam work?

Please select an example to dig in:

{% hint style="info" %} 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 %}

Apache KafkaWe send end-to-end encrypted messages through Apache Kafka.apache-kafka
RedpandaWe send end-to-end encrypted messages through Redpanda.redpanda
InstaclustrWe send end-to-end encrypted messages through Instaclustr.instaclustr
ConfluentWe send end-to-end encrypted messages through Confluent.confluent
AivenWe send end-to-end encrypted messages through Aiven.aiven
WarpstreamWe send end-to-end encrypted messages through Warpstream.Warpstream