Skip to content

Commit

Permalink
Use kafka-python-ng instead of kafka-python
Browse files Browse the repository at this point in the history
Unfortunately kafka-python seems to be having maintenance issues:
dpkp/kafka-python#2431

And it cannot be installed on Python 3.12:
dpkp/kafka-python#2412
  • Loading branch information
tavallaie committed Aug 4, 2024
1 parent b77e0a6 commit 5d52435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ python = "^3.8"
requests = "^2.32.3"
grpcio = "^1.65.4"
pika = "^1.3.2"
kafka-python = "^2.0.2"
websockets = "^12.0"
kafka-python-ng = "^2.2.2"


[build-system]
Expand Down

0 comments on commit 5d52435

Please sign in to comment.