Thursday, September 26, 2019

Kafka Integration with Django Application

Hey All,

We have developed REST back end API services using Django Rest Framework & mongodb as back end database and these end points have been working fine so far. Now we want to consume data, by subscribing to a Kafka Topic through Kafka consumer.

Now I tried consuming data using django-logpipe service but could not able to read data using this service. Not sure how many are using this service or weather this service is stable version or not.

We need to have continuous listening service which will subscribe to Kakfa topic using KafkaConsumer and throw the data at Django Application, where the read data is being processed.

Tried couple of approaches like django-crontabs which are in nature scheduled jobs but we want a continuous listener, django-logpipe service was of no use.

Can anyone please redirect me at the correct resource or point me in the path of the Kafka Integration with Django Application ( both should run in parallel)

Any help is much appreciated

Many thanks in advance,,
Sampath

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAErixQ3wLFNNS2XMvPSeEe-eyxtUS5mqHxHi%3Ds%3DSpGCn8%2B9cOw%40mail.gmail.com.

No comments:

Post a Comment