We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12caf01 commit 10090cbCopy full SHA for 10090cb
README.md
@@ -10,7 +10,7 @@ It takes care of:
10
11
It works with [kafka-python][], and extra arguments are forwarded to it.
12
13
-[kafka-python]: https://github.com/dpkp/kafka-python
+[kafka-python]: https://github.com/wbarnha/kafka-python-ng
14
15
16
## Installing
requirements.txt
@@ -1,3 +1,3 @@
1
fastavro==1.9.7
2
-kafka-python==2.0.2
+kafka-python-ng==2.2.3
3
requests==2.32.3
setup.py
@@ -22,7 +22,7 @@
22
python_requires='>=3.9',
23
install_requires=[
24
'fastavro',
25
- 'kafka-python',
+ 'kafka-python-ng',
26
'requests',
27
],
28
packages=['kafka_schema_registry'],
0 commit comments