ADO.NET Provider for Apache Kafka

Build 24.0.9060

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 provider creates a new empty topic. By default, the provider 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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060