Skip to content

Commit e1ebfe4

Browse files
committed
WIP
1 parent d10c4fc commit e1ebfe4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/develop/pages/manage-topics/cloud-topics.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Not all Redpanda features are available when using Cloud Topics (beta). The foll
3838
- Topic recovery
3939
- Remote Read Replicas
4040

41-
IMPORTANT: You should expect to throw away any cluster running the Cloud Topics (beta) after it becomes generally available (GA). Redpanda will be unable to continue using data that was generated by the beta version of this feature. Also, any topic specified to be Cloud Topic cannot subsequently be converted back to a standard, or non-Cloud Topic.
41+
IMPORTANT: You should expect to throw away any cluster running the Cloud Topics (beta) after it becomes generally available (GA). Redpanda will be unable to continue using data that was generated by the beta version of this feature. Also, any topic specified to be a Cloud Topic cannot subsequently be converted back to a standard, or non-Cloud Topic.
4242

4343
== Create Cloud Topics
4444

@@ -48,7 +48,7 @@ To create a Cloud Topic:
4848
----
4949
rpk topic create -c redpanda.cloud_topic.enable=true <new-cloud-topic-name>
5050
----
51-
+
51+
5252
[,bash,role=no-copy]
5353
----
5454
TOPIC STATUS
@@ -59,7 +59,7 @@ To enable a Cloud Topic in a cluster:
5959

6060
[,bash]
6161
----
62-
rpk topic create -c redpanda.cloud_topic.enabled=true <cloud-topic-name>
62+
rpk cluster config set unstable_beta_feature_cloud_topics_enabled = true
6363
----
6464

6565
// end::single-source[]

0 commit comments

Comments
 (0)