Python Client - Overview
Let's build a Producer/Consumer with Python but first let's setup Python env
Last updated
Let's build a Producer/Consumer with Python but first let's setup Python env
Last updated
Check you have the right version of python installed :)
On windows apply the following:
c:\>c:\Python35\python -m venv c:\path\to\myenv
Remember the repo we asked you to clone over the steps at: follow the next steps:
cd wwcode-kafka-workshop/producer-consumer
pip install -r requirements.txt
Success We are ready to go and build our Producer and Consumer in Python :-)