You can create a Kafka instance to build a high-throughput, low-latency real-time data pipeline to support the diverse needs of business systems in scenarios such as streaming data processing and service decoupling.
Create a Kafka instance via CLI:
After creating the instance, you can check the status of the instance using the following command:
The meanings of the output table fields are as follows:
Field | Description |
---|---|
NAME | Instance Name |
VERSION | Currently only supports these 4 versions: 2.5.0 , 2.7.0 , 2.8.2 , 3.8 |
STATUS | The current status of the instance, which may have the following statuses:
|
MESSAGE | The reason for the instance's current status |
CreationTimestamp | The timestamp when the instance was created |
It is recommended to set the Broker node count to 3 when creating an instance. If your Broker node count is less than the recommended value of 3, you will need to modify certain parameters during creation.
Create a single-node Kafka instance via CLI: