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

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 🐍

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
```