Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndy2/hello-kafka-producer-consumer
https://github.com/ndy2/hello-kafka-producer-consumer
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ndy2/hello-kafka-producer-consumer
- Owner: ndy2
- Created: 2023-12-29T07:44:09.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-27T15:14:01.000Z (11 months ago)
- Last Synced: 2024-01-28T07:28:17.311Z (11 months ago)
- Language: Scala
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello Kafka Producer Consumer
1. run kafka
`docker-compose up`2. exec into kafka container
## Basic Kafka Commands
TBD