ADO.NET Provider for Apache Kafka

Build 25.0.9434

CreateTopic

Creates a new topic on the Kafka broker.

Input

Name Type Required Description
Topic String True The name of the topic to create.
Partitions String True The number of partitions.
ReplicationFactor String True The number of replicas maintained for each partition. Cannot be larger than the number of brokers in your cluster.

Result Set Columns

Name Type Description
Success String Whether the operation succeeded.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434