partitionCount property

int? partitionCount
getter/setter pair

The number of partitions this topic has.

The partition count can only be increased, not decreased. Please note that if partitions are increased for a topic that has a key, the partitioning logic or the ordering of the messages will be affected.

Required.

Implementation

core.int? partitionCount;