kafka-end-2-end-encryption


GroupId

GroupId

de.saly
ArtifactId

ArtifactId

kafka-end-2-end-encryption
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

kafka-end-2-end-encryption
kafka-end-2-end-encryption
Project URL

Project URL

https://github.com/salyh/kafka-end-2-end-encryption
Source Code Management

Source Code Management

https://github.com/salyh/kafka-end-2-end-encryption

Download kafka-end-2-end-encryption

How to add to project

<!-- https://jarcasting.com/artifacts/de.saly/kafka-end-2-end-encryption/ -->
<dependency>
    <groupId>de.saly</groupId>
    <artifactId>kafka-end-2-end-encryption</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.saly/kafka-end-2-end-encryption/
implementation 'de.saly:kafka-end-2-end-encryption:1.0.1'
// https://jarcasting.com/artifacts/de.saly/kafka-end-2-end-encryption/
implementation ("de.saly:kafka-end-2-end-encryption:1.0.1")
'de.saly:kafka-end-2-end-encryption:jar:1.0.1'
<dependency org="de.saly" name="kafka-end-2-end-encryption" rev="1.0.1">
  <artifact name="kafka-end-2-end-encryption" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.saly', module='kafka-end-2-end-encryption', version='1.0.1')
)
libraryDependencies += "de.saly" % "kafka-end-2-end-encryption" % "1.0.1"
[de.saly/kafka-end-2-end-encryption "1.0.1"]

Dependencies

provided (1)

Group / Artifact Type Version
org.apache.kafka : kafka-clients jar 0.8.2.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Kafka End2End encryption

A small library with no external dependencies which provide transparent AES end-to-end encryption for Apache Kafka.

See documentation and this blog post and this slide deck

License

Apache 2, see LICENSE file

Versions

Version
1.0.1
1.0.0