forked from docs/doc-exports
Reviewed-by: Antonova, Ekaterina <ekantono@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: Chen, Junjie <chenjunjie@huawei.com> Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
9.2 KiB
9.2 KiB
Comparing Single-node and Cluster Kafka Instances
A single-node Kafka instance has only one broker. These instances do not guarantee performance or reliability and are for trial use or testing only. In the production environment, use cluster instances.
Parameters for Creation
Parameter settings that are unique to single-node instances are listed in Table 1.
Comparing Instance Functions
Table 2 compares the functions of single-node and cluster instances.
Function |
Single-node Instance |
Cluster Instance |
---|---|---|
Modifying instance specifications |
× |
√ |
Changing the instance access mode |
Only enabling/disabling public plaintext access |
Options:
|
Resetting Kafka password |
× |
√ |
Viewing disk usage |
× |
√ |
Reassigning partitions |
× |
√ |
Configuring topic permissions |
× |
√ |
Managing users |
× |
√ |
Modifying configuration parameters |
× |
√ |
Parent topic: Service Overview