You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pulsar_topic.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The `PulsarTopic` resource defines a topic in a Pulsar cluster. It allows you to
29
29
|`geoReplicationRefs`| List of references to PulsarGeoReplication resources, used to enable geo-replication at the topic level. | No |
30
30
|`replicationClusters`| List of clusters to which the topic is replicated. Use only if replicating clusters within the same Pulsar instance. | No |
31
31
|`deduplication`| whether to enable message deduplication for the topic. | No |
32
-
|`compactionThreshold`| Size threshold in bytes for automatic topic compaction. When the topic reaches this size, compaction will be triggered automatically. | No |
32
+
|`compactionThreshold`| Size threshold in bytes for automatic topic compaction. When the topic reaches this size, compaction will be triggered automatically. If you later disable compaction (removing this field or setting it to `0`), manually delete the `__compaction` subscription to avoid backlog accumulation.| No |
33
33
|`persistencePolicies`| Persistence configuration for the topic, controlling how data is stored and replicated in BookKeeper. See [persistencePolicies](#persistencePolicies) for more details. | No |
34
34
|`delayedDelivery`| Delayed delivery policy for the topic, allowing messages to be delivered with a delay. See [delayedDelivery](#delayedDelivery) for more details. | No |
35
35
|`dispatchRate`| Message dispatch rate limiting policy for the topic, controlling the rate at which messages are delivered to consumers. See [dispatchRate](#dispatchRate) for more details. | No |
@@ -548,4 +548,4 @@ This example demonstrates a production-ready topic configuration with:
548
548
- Message size limits (1MB maximum)
549
549
- Consumer and subscription limits per topic
550
550
- Custom properties for metadata tracking
551
-
- Controlled auto-subscription creation (disabled for production)
551
+
- Controlled auto-subscription creation (disabled for production)
0 commit comments