Skip to content

Commit

Permalink
Docs sync done from apache/pulsar (#98bf9dd)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 21, 2023
1 parent 876c90d commit b819305
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions static/reference/next/config/reference-configuration-broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -3662,6 +3662,17 @@ Enable or disable system topic.

**Category**: Server

### topicCompactionRemainNullKey
Whether retain null-key message during topic compaction.

**Type**: `boolean`

**Default**: `false`

**Dynamic**: `false`

**Category**: Server

### topicFencingTimeoutSeconds
If a topic remains fenced for this number of seconds, it will be closed forcefully.
If it is set to 0 or a negative number, the fenced topic will not be closed.
Expand Down
11 changes: 11 additions & 0 deletions static/reference/next/config/reference-configuration-standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -3662,6 +3662,17 @@ Enable or disable system topic.

**Category**: Server

### topicCompactionRemainNullKey
Whether retain null-key message during topic compaction.

**Type**: `boolean`

**Default**: `false`

**Dynamic**: `false`

**Category**: Server

### topicFencingTimeoutSeconds
If a topic remains fenced for this number of seconds, it will be closed forcefully.
If it is set to 0 or a negative number, the fenced topic will not be closed.
Expand Down

0 comments on commit b819305

Please sign in to comment.