Skip to content

Commit c81f97b

Browse files
committed
Move back to Kafka-python, as is maintained again
1 parent 51e62ed commit c81f97b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It takes care of:
1010

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

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

1515

1616
## Installing

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
fastavro==1.9.7
2-
kafka-python-ng==2.2.3
2+
kafka-python==2.0.5
33
requests==2.32.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
python_requires='>=3.9',
2323
install_requires=[
2424
'fastavro',
25-
'kafka-python-ng',
25+
'kafka-python',
2626
'requests',
2727
],
2828
packages=['kafka_schema_registry'],

0 commit comments

Comments
 (0)