Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions modules/develop/pages/topics/create-topic.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ The default is *infinite*.
| The maximum size of a message or batch for a newly-created topic.

The default is *20 MiB* for BYOC and Dedicated clusters, and *8 MiB* for Serverless clusters. You can increase this value up to *32 MiB* for BYOC and Dedicated clusters, and *20 MiB* for Serverless clusters, with the `message.max.bytes` topic property.

| *Segment size*
| The maximum size of a log segment. When a segment reaches this size, Redpanda closes it and starts a new one.

The default is *128 MiB*, set at the cluster level. This differs from self-managed Redpanda, where the default is 1 GiB. You can override the segment size for a topic with the `segment.bytes` property, within limits that depend on your cluster tier.
|===

== Next steps
Expand Down
Loading