doc-exports/docs/dms/umn/kafka-faq-200426011.html
Chen, Junjie dd8a3a658b DMS UMN Initial Version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Chen, Junjie <chenjunjie@huawei.com>
Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
2022-12-08 00:33:11 +00:00

2.1 KiB

Can I Modify the Connection Address for Accessing a Kafka Instance?

No. You must access a Kafka instance through one of the following ports:

  • Accessing a Kafka instance without SASL:

    The port varies with the access mode:

    • Intra-VPC access: port 9092
    • Public access: port 9094
    • Cross-VPC access and DNAT access: port 9011
  • Accessing a Kafka instance with SASL:

    The port varies with the access mode:

    • Intra-VPC access: port 9093
    • Public access: port 9095
    • Cross-VPC access and DNAT access: port 9011

Ensure that correct rules have been configured for the security group of the instance. For details, see How Do I Select and Configure a Security Group?