You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by marimuthu eee <ma...@gmail.com> on 2019/01/23 06:53:58 UTC

Max Limit of partitions in topic

Hi,

I have one dought, What is the maximum limit of partitions in one topic of
kafka cluster.Please help me.

Re: Max Limit of partitions in topic

Posted by Rahul Singh <ra...@gmail.com>.
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 <ma...@gmail.com>
wrote:

> Hi,
>
> I have one dought, What is the maximum limit of partitions in one topic of
> kafka cluster.Please help me.
>