I am using kafka(.net client) consumer in wcf service and my service stopped automatically each time after every 10-15 minutes.Its working fine if I am using polling but I want that my consumer will call the method automatically once end user push data into topic.Please suggest me best possible way to implement kafka in wcf service.
Hi
I am using kafka(.net client) consumer in wcf service and my service stopped automatically each time after every 10-15 minutes.Its working fine if I am using polling but I want that my consumer will call the method automatically once end user push data into topic.Please suggest me best possible way to implement kafka in wcf service.