An open API service indexing awesome lists of open source software.

https://github.com/kc596/kafka-security-example

Trying out security in Apache Kafka
https://github.com/kc596/kafka-security-example

Last synced: about 1 year ago
JSON representation

Trying out security in Apache Kafka

Awesome Lists containing this project

README

          

# kafka-security-example
Demo and examples for [Meetup on Fundamentals of Apache Kafka Security](https://forum.confluent.io/t/recording-ready-to-view-speaker-q-a-thread-31-may-2023-fundamentals-of-apache-kafka-security/8003).

## Console examples

1. [console/simple](./console/simple/README.md)
2. [console/authentication](./console/authentication/README.md)
3. [console/authorization](./console/authorization/README.md)

## Java client examples
1. [java/simple](java/kafka-java/)
2. [java/authentication](./java/authentication/) - TODO
3. [java/authorization](./java/authorization/) - TODO

> Follow [GitHub's Contribution Guide](https://docs.github.com/en/get-started/quickstart/contributing-to-projects) to contribute.