[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:
Fabio Manganiello 2024-12-06 16:20:36 +01:00
parent fa85de7ec8
commit f712537673
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -4,17 +4,11 @@
"platypush.message.event.kafka.KafkaMessageEvent"
],
"install": {
"apt": [
"python-kafka"
],
"dnf": [
"python-kafka"
],
"pip": [
"kafka"
"kafka-python-ng"
]
},
"package": "platypush.plugins.kafka",
"type": "plugin"
}
}
}