Skip to content

Commit

Permalink
Update 4-step4 - KAFKA_DOCKER.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hrhouma authored May 6, 2024
1 parent 21c768a commit ca2d274
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@
# source kafka_env/bin/activate
# pip install kafka-python
```

- Si vous utilisez une machine Debian comme Ubuntu 2204 !!

```bash
# apt install python3-pip
# pip --version
# apt install python3.10-venv
# python3 -m venv kafka_env
```

3. Créez les scripts **producer** et **consumer** en utilisant les commandes suivantes :
**Producer (producer.py)**
Expand Down

0 comments on commit ca2d274

Please sign in to comment.