https://github.com/sombriks/aws-msk-example
experimenting wih Managed Streaming Kafka (MSK)
https://github.com/sombriks/aws-msk-example
java javalin kafka msk
Last synced: 9 months ago
JSON representation
experimenting wih Managed Streaming Kafka (MSK)
- Host: GitHub
- URL: https://github.com/sombriks/aws-msk-example
- Owner: sombriks
- Created: 2023-07-15T17:33:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T21:09:56.000Z (almost 3 years ago)
- Last Synced: 2025-06-21T23:03:49.452Z (12 months ago)
- Topics: java, javalin, kafka, msk
- Language: Java
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws-msk-example
simple proof of concept for aws kafka flavor.
needs to run inside the same vpc as msk cluster. best way to do that is to
configure a samll ec2 instance in the same vpc and run this project there.
aws cli credentials must be properly set in order to authentication work