Skip to content

Commit 1cf0117

Browse files
authored
DOC-1686 single source auto_create_topics_enabled (#1361)
1 parent 02b5095 commit 1cf0117

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

modules/develop/pages/config-topics.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ endif::[]
2222
ifdef::env-cloud[]
2323
This command creates a topic named `xyz` with one partition and three replicas, because these are the default values set in the cluster configuration file. Replicas are copies of partitions that are distributed across different brokers, so if one broker goes down, other brokers still have a copy of the data.
2424

25-
endif::[]
25+
Redpanda Cloud supports 40,000 topics per cluster.
2626

27-
This section shows how to change default settings for a topic.
27+
endif::[]
2828

2929
=== Choose the number of partitions
3030

modules/reference/pages/properties/cluster-properties.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ Defines the maximum amount of memory in bytes used by the audit buffer in each s
308308
---
309309

310310

311+
// tag::auto_create_topics_enabled[]
311312
=== auto_create_topics_enabled
312313

313314
Allow automatic topic creation. To prevent excess topics, this property is not supported on Redpanda Cloud BYOC and Dedicated clusters. You should explicitly manage topic creation for these Redpanda Cloud clusters.
@@ -320,10 +321,13 @@ If you produce to a topic that doesn't exist, the topic will be created with def
320321

321322
*Type:* boolean
322323

324+
ifndef::env-cloud[]
323325
*Default:* `false`
326+
endif::[]
324327

325328
---
326329

330+
// end::auto_create_topics_enabled[]
327331

328332
=== cluster_id
329333

0 commit comments

Comments
 (0)