Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (23 loc) · 480 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 480 Bytes

Receive messages from Event Hubs using Kafka client

Requirements

  • python 3
  • pip 3

Configuration

Update .env configuration file with your parameters.

Run

  1. Create a virtual env:
    virtualenv -p python3 testconsumer
  2. Activate virtual env
    source testconsumer/bin/activate
  3. Install requirements
    pip3 install -r requirements.txt
  4. Run the consumer
    python3 main.py