Re: Kafka Stream Best Node Module in NodeJs

2019-01-18 Thread Guozhang Wang
Hi Marimuthu, I do not know the answer to your first question.. As for the second one, my understanding is that you want to have multi-threading to processing a single Kafka topic-partition (since Streams by default have each Kafka topic-partition processed by a single stream thread), that is doab

Kafka Stream Best Node Module in NodeJs

2019-01-17 Thread marimuthu eee
Hi, I have one dought for implementing kafka streams in nodejs language that is which npm node module is best for kafka streams operation.and another one dought is how kafka streams have do parallel processing for each kafka topic partition.