forked from platypush/platypush
[kafka] Replaced kafka
dependency with kafka-python-ng
.
The `kafka` module seems to be unmaintained and it's breaking apart at initialization. See: https://stackoverflow.com/questions/77287622/modulenotfounderror-no-module-named-kafka-vendor-six-moves-in-dockerized-djan
This commit is contained in:
parent
fa85de7ec8
commit
f712537673
1 changed files with 2 additions and 8 deletions
|
@ -4,17 +4,11 @@
|
||||||
"platypush.message.event.kafka.KafkaMessageEvent"
|
"platypush.message.event.kafka.KafkaMessageEvent"
|
||||||
],
|
],
|
||||||
"install": {
|
"install": {
|
||||||
"apt": [
|
|
||||||
"python-kafka"
|
|
||||||
],
|
|
||||||
"dnf": [
|
|
||||||
"python-kafka"
|
|
||||||
],
|
|
||||||
"pip": [
|
"pip": [
|
||||||
"kafka"
|
"kafka-python-ng"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"package": "platypush.plugins.kafka",
|
"package": "platypush.plugins.kafka",
|
||||||
"type": "plugin"
|
"type": "plugin"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue