Max Limit of partitions in topic

2019-01-22 Thread marimuthu eee
Hi, I have one dought, What is the maximum limit of partitions in one topic of kafka cluster.Please help me.

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.

Dynamic Partition

2019-01-08 Thread marimuthu eee
Hi, My requirement is to process notification messages in parallel.So i have an idea to pick kafka as a messaging system.But i need dynamic partitioning to handle individual user notification messages.Is it possible to create dynamic partition creation for a particular topic.

Re: Dynamic Partitioning

2019-01-08 Thread marimuthu eee
particular topic. On Tue, Jan 8, 2019 at 8:20 PM Ryanne Dolan wrote: > Can you explain why you think you need dynamic partitioning? Maybe we can > help you design without it. > > Ryanne > > On Tue, Jan 8, 2019, 4:04 AM marimuthu eee wrote: > > > Hi, > > > > My

Maximum limit of partition in Kafka topic

2019-01-08 Thread marimuthu eee
Hi, How many amount of partition can put in kafka topic and How many amount of topic can created in kafka..

Maximum limit of partition in Kafka topic

2019-01-08 Thread marimuthu eee
Hi, How many amount of partition can put in kafka topic.

Dynamic Partitioning

2019-01-08 Thread marimuthu eee
Hi, My requirement is to process notification messages in parallel.So i have an idea to pick kafka as a messaging system.But i need dynamic partitioning to handle individual user notification messages.Is it possible to create dynamic partition creation for a particular topic.