Thursday, September 26, 2019

Re: Kafka Integration with Django Application

Hey  Sampath,
Once I thought about it and I found this framework Faust: ttps://github.com/robinhood/faust/tree/master/examples/django. I think it has django integration, but I haven't tried it yet.
Updated me with any news!

Best,

David Andrade
Co Founder - instaviagem.com
(11) 9 7559 9540


On Thu, 26 Sep 2019 at 09:03, Sampath Reddy <sampath.nandyala@gmail.com> wrote:
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.

--
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/CAMUtp1wgE9R_K_JKBKDRzaE6Cm9%2BmQkgW%2BRDJ-2AzUewBwCFsA%40mail.gmail.com.

No comments:

Post a Comment