This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new b8193057b7ef Docs sync done from apache/pulsar (#98bf9dd)
b8193057b7ef is described below
commit b8193057b7ef49c4383f4b6c1f973167b46421df
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 21 01:33:30 2023 +0000
Docs sync done from apache/pulsar (#98bf9dd)
---
.../reference/next/config/reference-configuration-broker.md | 11 +++++++++++
.../next/config/reference-configuration-standalone.md | 11 +++++++++++
2 files changed, 22 insertions(+)
diff --git a/static/reference/next/config/reference-configuration-broker.md
b/static/reference/next/config/reference-configuration-broker.md
index 49b7c831b17e..0580394f3c6c 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -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.
diff --git a/static/reference/next/config/reference-configuration-standalone.md
b/static/reference/next/config/reference-configuration-standalone.md
index 49b7c831b17e..0580394f3c6c 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -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.