Forums

Kafka consumption from Always-on Task

Hello,

Would it be possible to consume a Kafka topic from a Django management command in an always-on Task and update a Postgres DB via Django ORM accordingly ?

Thanks in advance if someone has the answer !

Lionel

Sure, that should be possible if you can connect to the Kafka instance from PythonAnywhere.

Okay thanks !