Skip to content

Commit

Permalink
Switch to kafka-python-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopofar committed Dec 9, 2024
1 parent 12caf01 commit 10090cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It takes care of:

It works with [kafka-python][], and extra arguments are forwarded to it.

[kafka-python]: https://github.com/dpkp/kafka-python
[kafka-python]: https://github.com/wbarnha/kafka-python-ng


## Installing
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fastavro==1.9.7
kafka-python==2.0.2
kafka-python-ng==2.2.3
requests==2.32.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
python_requires='>=3.9',
install_requires=[
'fastavro',
'kafka-python',
'kafka-python-ng',
'requests',
],
packages=['kafka_schema_registry'],
Expand Down

0 comments on commit 10090cb

Please sign in to comment.