There is no limit for partitioning in Kafka. It would be good the number of partitions is equal to number of consumers. The consumer fetches a batch of messages per partition. The more partitions that a consumer consumes, the more memory it needs.
On Wed, Jan 23, 2019 at 12:25 PM marimuthu eee <marimuthuee...@gmail.com> wrote: > Hi, > > I have one dought, What is the maximum limit of partitions in one topic of > kafka cluster.Please help me. >