We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740ace5 commit 8865152Copy full SHA for 8865152
modules/develop/pages/config-topics.adoc
modules/develop/pages/manage-topics/config-topics.adoc
@@ -89,7 +89,6 @@ NOTE: The replication factor can't exceed the number of Redpanda brokers. If you
89
90
endif::[]
91
92
-
93
=== Change the cleanup policy
94
95
The cleanup policy determines how to clean up the partition log files when they reach a certain size:
@@ -225,7 +224,7 @@ CONFIGS
225
224
KEY VALUE SOURCE
226
cleanup.policy delete DYNAMIC_TOPIC_CONFIG
227
compression.type producer DEFAULT_CONFIG
228
-max.message.bytes 1048576 DEFAULT_CONFIG
+max.message.bytes 20971520 DEFAULT_CONFIG
229
message.timestamp.type CreateTime DEFAULT_CONFIG
230
redpanda.datapolicy function_name: script_name: DEFAULT_CONFIG
231
redpanda.remote.delete true DEFAULT_CONFIG
0 commit comments