https://github.com/guillaumefalourd/poc-kafka-python
POC of a kafka project in Python 🐍
https://github.com/guillaumefalourd/poc-kafka-python
kafka poc python
Last synced: 7 months ago
JSON representation
POC of a kafka project in Python 🐍
- Host: GitHub
- URL: https://github.com/guillaumefalourd/poc-kafka-python
- Owner: GuillaumeFalourd
- License: apache-2.0
- Created: 2021-03-20T19:27:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-20T19:33:57.000Z (over 4 years ago)
- Last Synced: 2025-01-12T06:07:12.856Z (9 months ago)
- Topics: kafka, poc, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Poc Kafka Python
## Run
#### Message Execution
From the project directory:
Run the docker-compose file:
```bash
docker-compose up
```From another terminal window, run the consumer:
```bash
python3 kafka-consumer.py
```From another terminal window, run the producer:
```bash
python3 kafka-consumer.py
```