Message Queue CKafka supports multi-language SDKs, allowing clients to access CKafka and send and receive messages through both VPC networks and public network access. The protocol descriptions for these two access methods are as follows:
Networking | VPC | Public Domain Name Access |
Agreements | PLAINTEXT SASL_PLAINTEXT SASL_SSL (supported by Pro Edition) | SASL_PLAINTEXT SASL_SSL (supported by Pro Edition) |
The specific usages of different SDKs are as follows:
SDK Types | Documents |
Java SDK | |
Python SDK | |
Go SDK | |
PHP SDK | |
C++ SDK | |
Node.js SDK |