How to send data to Django from Kafka (python library)?

Viewed 14

i am trying to implement an app that streams Data from a message bus. I have chosen to use Pykafka as a bus but i dont know if it can connect with my Django app. Using Django Channels all the solutions i have found use Redis as a message queue but i want to create something more scalable. Any advice even a basic one can be helpful, thaks in advance.

0 Answers
Related