How to connect Kafka consumer to Django app? Should I use a new thread for consumer or new process or new docker container?

前端 未结 0 1175
粉色の甜心
粉色の甜心 2021-02-12 18:35

I have Django app which should consume Kafka messages and handle it with my handlers and existing models. I use https://kafka-python.readthedocs.io/en/master/usage.html library.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题