Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.streamnative.io/llms.txt

Use this file to discover all available pages before exploring further.

StreamNative cloud provides a pluggable architecture for kafka connectors, allowing you to deploy pre-built connectors and develop custom connectors for external systems, such as databases, messaging systems, block storage, cloud services, or any other system capable of producing or consuming data.
Currently, the Kafka Connect doesn’t support multi-tenancy. All Kafka Connects are deployed to the public/default namespace.And all of configured topics are also under the public/default namespace by default, unless you specified topics with the prefix: ${tenant}.${namespace}..For more details about the multi-tenancy support for Kafka topics in StreamNative cloud, please refer to the Kafka Multi-Tenancy.
To deploy kafka connectors on StreamNative Cloud, follow the following instructions.