diff --git a/modules/terms/partials/cloud-topic.adoc b/modules/terms/partials/cloud-topic.adoc new file mode 100644 index 0000000000..ebdede5142 --- /dev/null +++ b/modules/terms/partials/cloud-topic.adoc @@ -0,0 +1,8 @@ +=== Cloud Topic +:term-name: Cloud Topic +:hover-text: A Redpanda topic type, Cloud Topics use object storage (S3, GCS, or MinIO) as the primary data store (rather than replicating data across brokers). Unlike standard Redpanda topics, Cloud Topics allow users with flexible latency requirements to lower or eliminate costs associated with cross-AZ networking. +:category: Redpanda features + +ifndef::env-cloud[] +For more information, see xref:develop:manage-topics/cloud-topics.adoc[]. +endif::[]