Skip to content

Commit 72ca7c5

Browse files
authored
INC-675 Add warning not to modify properties managed by Redpanda programs (#197)
* add warning messages for cleanup policy * code review comments * Make warning more generic * minor rewording * rename message * make consistent with docs repo messaging * point playbook to docs branch * revert changes to local playbook
1 parent 0e4f11e commit 72ca7c5

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

modules/develop/pages/managed-connectors/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ target system. Sink connectors read the data from Redpanda and transform it into
2323
a format that the target system can use.
2424
2525
These sources and sinks work together to create a data pipeline that can move and transform data from one system to another.
26+
27+
include::develop:partial$topic-properties-warning.adoc[]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
WARNING: Modifying the properties of topics that are created and managed by Redpanda applications can cause unexpected errors. This may lead to connector and cluster failures.

modules/get-started/pages/create-topic.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55

66

7-
After creating a cluster, you can create a topic for that cluster. Topic properties are populated from information stored in the broker. For Dedicated and BYOC clusters, you can optionally overwrite the default settings.
7+
After creating a cluster, you can create a topic for that cluster. Topic properties are populated from information stored in the broker. For Dedicated and BYOC clusters, you can optionally overwrite the default settings.
8+
9+
include::develop:partial$topic-properties-warning.adoc[]
810

911
[cols="2,2a"]
1012
|===

0 commit comments

Comments
 (0)