Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Nov 22, 2024
1 parent 9318064 commit 4546b68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pulsar_namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ The `PulsarNamespace` resource defines a namespace in a Pulsar cluster. It allow
| `offloadThresholdSize` | Size limit for message offloading. When the limit is reached, older messages will be offloaded to the tiered storage. | No |
| `geoReplicationRefs` | List of references to PulsarGeoReplication resources, used to configure geo-replication for this namespace. Use only when using PulsarGeoReplication for setting up geo-replication between two Pulsar instances. | No |
| `replicationClusters` | List of clusters to which the namespace is replicated. Use only if replicating clusters within the same Pulsar instance. | No |
| `deduplication` | whether to enable message deduplication for the namespace. | No |
| `deduplication` | Whether to enable message deduplication for the namespace. | No |
| `bookieAffinityGroup` | Set the bookie-affinity group for the namespace, which has two sub fields: `bookkeeperAffinityGroupPrimary(String)` is required, and `bookkeeperAffinityGroupSecondary(String)` is optional. | No |

Note: Valid time units are "s" (seconds), "m" (minutes), "h" (hours), "d" (days), "w" (weeks).

Expand Down

0 comments on commit 4546b68

Please sign in to comment.