CreateTablePartitions
The number of partitions assigned to a topic created with CREATE TABLE.
Data Type
int
Default Value
1
Remarks
When executing a CREATE TABLE statement, the driver creates a new empty topic. By default, the driver creates this new topic with 1 partition.
You can create topics with more partitions by changing this setting. This can be useful if you plan on having multiple consumers process the messages on this topic.