TDMQ for CKafka instances support both private network access and public network access, with slightly different access procedures for each network type:
For private network access, if the client and the CKafka instance are deployed in the same Virtual Private Cloud (VPC) network, they are interconnected by default, and no additional configuration is required.
For public network access, you need to enable a dedicated public network route and configure the access control list (ACL) policies for topics to ensure that users have the required read/write permissions.
Operation Process