Skip to content

Create Kafka

In the Kafka message queue, follow these steps to create a Kafka instance.

  1. On the Kafka message queue page, click the Create Instance button in the top right corner.

    Tip

    When deploying for the first time, you can click Deploy Now.

  2. On the Create Kafka Instance page, after setting the basic information, click Next.

  3. After configuring the specifications, click Next.

    • Version: The version of Kafka, currently only supports Kafka 3.1.0.
    • Replicas: Supports 1, 3, 5, 7 replicas.
    • Resource Quota: Choose rules according to the actual situation.
    • Storage Volumes: Select the storage volume and total storage space for the Kafka instance.
  4. After service settings, click Next.

    • Service Settings:
      • Cluster Internal Access (ClusterIP)
      • Node Port (Nodeport)
      • Load Balancer (LoadBalancer)
    • Access Settings:
      • Access Account Configuration: Username and password to connect to the Kafka instance.
      • CMAK Resource Configuration: Replicas, CPU, and memory quotas.
      • Access Type Configuration: Node Port (Nodeport), Load Balancer (LoadBalancer)
    • Advanced Settings: Configure as needed.
  5. Confirm that the instance configuration information is correct, click Confirm to complete the creation.

  6. Check the instance list page to see if the instance has been created successfully. The status of the newly created instance will be Not Ready, and after a few minutes, this status will change to Running.

Note

In addition, DCE 5.0's Kafka provides parameter templates to simplify instance creation. You can use these predefined parameter templates to create instances.

Comments