Connection Method | Connection Description | Reference Documentation |
Private Network Connection | If the client and the Pulsar cluster are deployed within the same Virtual Private Cloud (VPC), they can communicate over the private network by default, without requiring any additional configuration. | |
| If the client and the Pulsar cluster are deployed in different VPCs, since VPCs are logically isolated from each other, they cannot communicate directly. To enable cross-network communication, you can use Cloud Connect Network (CCN) to achieve VPC interconnection across different regions under the same account. | |
Public Network Connection | A dedicated public network route needs to be established, allowing clients to connect to the Pulsar cluster over the public network. Since public networks are accessible from any network environment, security policies need to be configured to ensure secure connections. | |
Feedback