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
- Host: GitHub
- URL: https://github.com/kc596/kafka-security-example
- Owner: kc596
- Created: 2023-05-16T07:30:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T13:52:33.000Z (over 2 years ago)
- Last Synced: 2025-02-14T00:15:34.145Z (over 1 year ago)
- Language: Java
- Homepage: https://forum.confluent.io/t/recording-ready-to-view-speaker-q-a-thread-31-may-2023-fundamentals-of-apache-kafka-security/8003
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.