Не удалось обеспечить кластер Confluent Cloud Kafka частной связью с помощью ccloud CLI?

#apache-kafka #confluent-platform #confluent-cloud

Вопрос:

Я пытаюсь создать выделенный кластер Кафки с помощью интерфейса ccloud командной строки (версия 1.38.0), но я не вижу возможности создать частную ссылку в ccloud kafka create cluster команде:

 Examples:
Create a new dedicated cluster that uses a customer-managed encryption key in AWS:

      $ ccloud kafka cluster create sales092020 --cloud "aws" --region "us-west-2" --type "dedicated" --cku 1 --encryption-key "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
    
    For more information, see https://docs.confluent.io/current/cloud/clusters/byok-encrypted-clusters.html.
    
    Flags:
          --cloud string            REQUIRED: Cloud provider ID (e.g. 'aws' or 'gcp').
          --region string           REQUIRED: Cloud region ID for cluster (e.g. 'us-west-2').
          --availability string     Availability of the cluster. Allowed Values: single-zone, multi-zone. (default "single-zone")
          --type string             Type of the Kafka cluster. Allowed values: basic, standard, dedicated. (default "basic")
          --cku int                 Number of Confluent Kafka Units (non-negative). Required for Kafka clusters of type 'dedicated'.
          --encryption-key string   Encryption Key ID (e.g. for Amazon Web Services, the Amazon Resource Name of the key).
      -o, --output string           Specify the output format as "human", "json", or "yaml". (default "human")
          --environment string      Environment ID.
          --context string          CLI context name.
 

Тем не менее, я вижу возможность создать личную ссылку в разделе «Сеть», когда пытаюсь предоставить ее через пользовательский интерфейс Confluent.

Эта функция не поддерживается ccloud CLI или я что-то упускаю?

Ответ №1:

К сожалению, CLI Confluent Cloud в настоящее время не поддерживает создание кластеров частных ссылок. Это известное ограничение, и его необходимо устранить в дорожной карте, но на данный момент я считаю, что вам придется использовать пользовательский интерфейс для первоначального создания кластера частных ссылок.