You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/06/16 12:06:22 UTC

[pulsar-site] branch main updated: Docs sync done from apache/pulsar(#a9a0499)

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 4d344e880a7 Docs sync done from apache/pulsar(#a9a0499)
4d344e880a7 is described below

commit 4d344e880a7323abb075cb5e36b8e10d82c35bee
Author: Pulsar Site Updater <de...@pulsar.apache.org>
AuthorDate: Thu Jun 16 12:06:17 2022 +0000

    Docs sync done from apache/pulsar(#a9a0499)
---
 site2/website-next/docs/reference-configuration.md                     | 3 ++-
 site2/website-next/docs/security-oauth2.md                             | 2 +-
 .../versioned_docs/version-2.10.0/reference-configuration.md           | 1 +
 site2/website-next/versioned_docs/version-2.10.0/security-oauth2.md    | 2 +-
 site2/website-next/versioned_docs/version-2.7.0/security-oauth2.md     | 2 +-
 site2/website-next/versioned_docs/version-2.7.1/security-oauth2.md     | 2 +-
 site2/website-next/versioned_docs/version-2.7.2/security-oauth2.md     | 2 +-
 site2/website-next/versioned_docs/version-2.7.3/security-oauth2.md     | 2 +-
 site2/website-next/versioned_docs/version-2.7.4/security-oauth2.md     | 2 +-
 .../versioned_docs/version-2.8.0/reference-configuration.md            | 1 +
 site2/website-next/versioned_docs/version-2.8.0/security-oauth2.md     | 2 +-
 .../versioned_docs/version-2.8.1/reference-configuration.md            | 3 ++-
 site2/website-next/versioned_docs/version-2.8.1/security-oauth2.md     | 2 +-
 .../versioned_docs/version-2.8.2/reference-configuration.md            | 3 ++-
 site2/website-next/versioned_docs/version-2.8.2/security-oauth2.md     | 2 +-
 .../versioned_docs/version-2.8.3/reference-configuration.md            | 3 ++-
 site2/website-next/versioned_docs/version-2.8.3/security-oauth2.md     | 2 +-
 .../versioned_docs/version-2.9.0/reference-configuration.md            | 1 +
 site2/website-next/versioned_docs/version-2.9.0/security-oauth2.md     | 2 +-
 .../versioned_docs/version-2.9.1/reference-configuration.md            | 1 +
 site2/website-next/versioned_docs/version-2.9.1/security-oauth2.md     | 2 +-
 .../versioned_docs/version-2.9.2/reference-configuration.md            | 1 +
 site2/website-next/versioned_docs/version-2.9.2/security-oauth2.md     | 2 +-
 23 files changed, 27 insertions(+), 18 deletions(-)

diff --git a/site2/website-next/docs/reference-configuration.md b/site2/website-next/docs/reference-configuration.md
index 72ee5884b9a..8fa7e4f3759 100644
--- a/site2/website-next/docs/reference-configuration.md
+++ b/site2/website-next/docs/reference-configuration.md
@@ -388,7 +388,8 @@ brokerServiceCompactionThresholdInBytes|If the estimated backlog size is greater
 | enableExposingBrokerEntryMetadataToClient|Whether to expose broker entry metadata to client or not.<br /><br />Available values:<li>true</li><li>false</li><br />Example<br />enableExposingBrokerEntryMetadataToClient=true  | false |
 | metricsBufferResponse | The configuration is for those broker which there are more than one metrics system access the `/metrics` endpoint. For the purpose of reduce `CPU` and `Memory` usage, metrics data will be generated once in the interval(`managedLedgerStatsPeriodSeconds`) and it will be cached, all `/metrics` requests in the `interval` will return same metrics | false |
 | strictBookieAffinityEnabled | Enable or disable the strict bookie isolation strategy. If enabled, <br /> - `bookie-ensemble` first tries to choose bookies that belong to a namespace's affinity group. If the number of bookies is not enough, then the rest bookies are chosen. <br /> - If namespace has no affinity group, `bookie-ensemble` only chooses bookies that belong to no region. If the number of bookies is not enough, `BKNotEnoughBookiesException` is thrown.| false |
-|managedCursorInfoCompressionType | The compression type of managed cursor information. <br />Available options are `NONE`, `LZ4`, `ZLIB`, `ZSTD`, and `SNAPPY`). <br />If this value is `NONE`, managed cursor information is not compressed. | NONE
+|managedCursorInfoCompressionType | The compression type of managed cursor information. <br />Available options are `NONE`, `LZ4`, `ZLIB`, `ZSTD`, and `SNAPPY`). <br />If this value is `NONE`, managed cursor information is not compressed. | NONE |
+|narExtractionDirectory | The extraction directory of the nar package. <br />Available for Protocol Handler, Additional Servlets, Entry Filter, Offloaders, Broker Interceptor. | System.getProperty("java.io.tmpdir") |
 
 #### Configuration Override For Clients Internal to Broker
 
diff --git a/site2/website-next/docs/security-oauth2.md b/site2/website-next/docs/security-oauth2.md
index bc6a8b387c7..0d3cc876a9d 100644
--- a/site2/website-next/docs/security-oauth2.md
+++ b/site2/website-next/docs/security-oauth2.md
@@ -57,7 +57,7 @@ The following shows a typical original OAuth2 request, which is used to obtain t
 ```bash
 
 curl --request POST \
-  --url https://dev-kt-aa9ne.us.auth0.com \
+  --url https://dev-kt-aa9ne.us.auth0.com/oauth/token \
   --header 'content-type: application/json' \
   --data '{
   "client_id":"Xd23RHsUnvUlP7wchjNYOaIfazgeHd9x",
diff --git a/site2/website-next/versioned_docs/version-2.10.0/reference-configuration.md b/site2/website-next/versioned_docs/version-2.10.0/reference-configuration.md
index 135baba3190..1dcc973cc45 100644
--- a/site2/website-next/versioned_docs/version-2.10.0/reference-configuration.md
+++ b/site2/website-next/versioned_docs/version-2.10.0/reference-configuration.md
@@ -376,6 +376,7 @@ brokerServiceCompactionThresholdInBytes|If the estimated backlog size is greater
 | brokerEntryMetadataInterceptors | Set broker entry metadata interceptors.<br /><br />Multiple interceptors should be separated by commas. <br /><br />Available values:<li>org.apache.pulsar.common.intercept.AppendBrokerTimestampMetadataInterceptor</li><li>org.apache.pulsar.common.intercept.AppendIndexMetadataInterceptor</li> <br /><br />Example<br />brokerEntryMetadataInterceptors=org.apache.pulsar.common.intercept.AppendBrokerTimestampMetadataInterceptor, org.apache.pulsar.common.inter [...]
 | enableExposingBrokerEntryMetadataToClient|Whether to expose broker entry metadata to client or not.<br /><br />Available values:<li>true</li><li>false</li><br />Example<br />enableExposingBrokerEntryMetadataToClient=true  | false |
 | strictBookieAffinityEnabled | Enable or disable the strict bookie isolation strategy. If enabled, <br /> - `bookie-ensemble` first tries to choose bookies that belong to a namespace's affinity group. If the number of bookies is not enough, then the rest bookies are chosen. <br /> - If namespace has no affinity group, `bookie-ensemble` only chooses bookies that belong to no region. If the number of bookies is not enough, `BKNotEnoughBookiesException` is thrown.| false |
+|narExtractionDirectory | The extraction directory of the nar package. <br />Available for Protocol Handler, Additional Servlets, Entry Filter, Offloaders, Broker Interceptor. | System.getProperty("java.io.tmpdir") |
 
 
 #### Deprecated parameters of Broker
diff --git a/site2/website-next/versioned_docs/version-2.10.0/security-oauth2.md b/site2/website-next/versioned_docs/version-2.10.0/security-oauth2.md
index b1fdb124a4d..d32568c8c1f 100644
--- a/site2/website-next/versioned_docs/version-2.10.0/security-oauth2.md
+++ b/site2/website-next/versioned_docs/version-2.10.0/security-oauth2.md
@@ -58,7 +58,7 @@ The following shows a typical original OAuth2 request, which is used to obtain t
 ```bash
 
 curl --request POST \
-  --url https://dev-kt-aa9ne.us.auth0.com \
+  --url https://dev-kt-aa9ne.us.auth0.com/oauth/token \
   --header 'content-type: application/json' \
   --data '{
   "client_id":"Xd23RHsUnvUlP7wchjNYOaIfazgeHd9x",
diff --git a/site2/website-next/versioned_docs/version-2.7.0/security-oauth2.md b/site2/website-next/versioned_docs/version-2.7.0/security-oauth2.md
index da469dff5ef..6764b97c347 100644
--- a/site2/website-next/versioned_docs/version-2.7.0/security-oauth2.md
+++ b/site2/website-next/versioned_docs/version-2.7.0/security-oauth2.md
@@ -54,7 +54,7 @@ The following shows a typical original OAuth2 request, which is used to obtain t
 ```bash
 
 curl --request POST \
-  --url https://dev-kt-aa9ne.us.auth0.com \
+  --url https://dev-kt-aa9ne.us.auth0.com/oauth/token \
   --header 'content-type: application/json' \
   --data '{
   "client_id":"Xd23RHsUnvUlP7wchjNYOaIfazgeHd9x",
diff --git a/site2/website-next/versioned_docs/version-2.7.1/security-oauth2.md b/site2/website-next/versioned_docs/version-2.7.1/security-oauth2.md
index da469dff5ef..6764b97c347 100644
--- a/site2/website-next/versioned_docs/version-2.7.1/security-oauth2.md
+++ b/site2/website-next/versioned_docs/version-2.7.1/security-oauth2.md
@@ -54,7 +54,7 @@ The following shows a typical original OAuth2 request, which is used to obtain t
 ```bash
 
 curl --request POST \
-  --url https://dev-kt-aa9ne.us.auth0.com \
+  --url https://dev-kt-aa9ne.us.auth0.com/oauth/token \
   --header 'content-type: application/json' \
   --data '{
   "client_id":"Xd23RHsUnvUlP7wchjNYOaIfazgeHd9x",
diff --git a/site2/website-next/versioned_docs/version-2.7.2/security-oauth2.md b/site2/website-next/versioned_docs/version-2.7.2/security-oauth2.md
index df60e1d91e4..585168bce70 100644
--- a/site2/website-next/versioned_docs/version-2.7.2/security-oauth2.md
+++ b/site2/website-next/versioned_docs/version-2.7.2/security-oauth2.md
@@ -54,7 +54,7 @@ The following shows a typical original OAuth2 request, which is used to obtain t
 ```bash
 
 curl --request POST \
-  --url https://dev-kt-aa9ne.us.auth0.com \
+  --url https://dev-kt-aa9ne.us.auth0.com/oauth/token \
   --header 'content-type: application/json' \
   --data '{
   "client_id":"Xd23RHsUnvUlP7wchjNYOaIfazgeHd9x",
diff --git a/site2/website-next/versioned_docs/version-2.7.3/security-oauth2.md b/site2/website-next/versioned_docs/version-2.7.3/security-oauth2.md
index df60e1d91e4..585168bce70 100644
--- a/site2/website-next/versioned_docs/version-2.7.3/security-oauth2.md
+++ b/site2/website-next/versioned_docs/version-2.7.3/security-oauth2.md
@@ -54,7 +54,7 @@ The following shows a typical original OAuth2 request, which is used to obtain t
 ```bash
 
 curl --request POST \
-  --url https://dev-kt-aa9ne.us.auth0.com \
+  --url https://dev-kt-aa9ne.us.auth0.com/oauth/token \
   --header 'content-type: application/json' \
   --data '{
   "client_id":"Xd23RHsUnvUlP7wchjNYOaIfazgeHd9x",
diff --git a/site2/website-next/versioned_docs/version-2.7.4/security-oauth2.md b/site2/website-next/versioned_docs/version-2.7.4/security-oauth2.md
index df60e1d91e4..585168bce70 100644
--- a/site2/website-next/versioned_docs/version-2.7.4/security-oauth2.md
+++ b/site2/website-next/versioned_docs/version-2.7.4/security-oauth2.md
@@ -54,7 +54,7 @@ The following shows a typical original OAuth2 request, which is used to obtain t
 ```bash
 
 curl --request POST \
-  --url https://dev-kt-aa9ne.us.auth0.com \
+  --url https://dev-kt-aa9ne.us.auth0.com/oauth/token \
   --header 'content-type: application/json' \
   --data '{
   "client_id":"Xd23RHsUnvUlP7wchjNYOaIfazgeHd9x",
diff --git a/site2/website-next/versioned_docs/version-2.8.0/reference-configuration.md b/site2/website-next/versioned_docs/version-2.8.0/reference-configuration.md
index 417ec4804d4..367a62698a1 100644
--- a/site2/website-next/versioned_docs/version-2.8.0/reference-configuration.md
+++ b/site2/website-next/versioned_docs/version-2.8.0/reference-configuration.md
@@ -354,6 +354,7 @@ brokerServiceCompactionThresholdInBytes|If the estimated backlog size is greater
 |haProxyProtocolEnabled | Enable or disable the [HAProxy](http://www.haproxy.org/) protocol. |false|
 | maxTopicsPerNamespace | The maximum number of persistent topics that can be created in the namespace. When the number of topics reaches this threshold, the broker rejects the request of creating a new topic, including the auto-created topics by the producer or consumer, until the number of connected consumers decreases. The default value 0 disables the check. | 0 |
 |subscriptionTypesEnabled| Enable all subscription types, which are exclusive, shared, failover, and key_shared. | Exclusive, Shared, Failover, Key_Shared |
+|narExtractionDirectory | The extraction directory of the nar package. <br />Available for Protocol Handler, Additional Servlets, Offloaders, Broker Interceptor. | System.getProperty("java.io.tmpdir") |
 
 ## Client
 
diff --git a/site2/website-next/versioned_docs/version-2.8.0/security-oauth2.md b/site2/website-next/versioned_docs/version-2.8.0/security-oauth2.md
index 4249e4afb1d..24b1530cc84 100644
--- a/site2/website-next/versioned_docs/version-2.8.0/security-oauth2.md
+++ b/site2/website-next/versioned_docs/version-2.8.0/security-oauth2.md
@@ -57,7 +57,7 @@ The following shows a typical original OAuth2 request, which is used to obtain t
 ```bash
 
 curl --request POST \
-  --url https://dev-kt-aa9ne.us.auth0.com \
+  --url https://dev-kt-aa9ne.us.auth0.com/oauth/token \
   --header 'content-type: application/json' \
   --data '{
   "client_id":"Xd23RHsUnvUlP7wchjNYOaIfazgeHd9x",
diff --git a/site2/website-next/versioned_docs/version-2.8.1/reference-configuration.md b/site2/website-next/versioned_docs/version-2.8.1/reference-configuration.md
index e746f971b5c..0cdebd64ba2 100644
--- a/site2/website-next/versioned_docs/version-2.8.1/reference-configuration.md
+++ b/site2/website-next/versioned_docs/version-2.8.1/reference-configuration.md
@@ -354,7 +354,8 @@ brokerServiceCompactionThresholdInBytes|If the estimated backlog size is greater
 |haProxyProtocolEnabled | Enable or disable the [HAProxy](http://www.haproxy.org/) protocol. |false|
 | maxTopicsPerNamespace | The maximum number of persistent topics that can be created in the namespace. When the number of topics reaches this threshold, the broker rejects the request of creating a new topic, including the auto-created topics by the producer or consumer, until the number of connected consumers decreases. The default value 0 disables the check. | 0 |
 |subscriptionTypesEnabled| Enable all subscription types, which are exclusive, shared, failover, and key_shared. | Exclusive, Shared, Failover, Key_Shared |
-/ managedLedgerInfoCompressionType / ManagedLedgerInfo compression type, option values (NONE, LZ4, ZLIB, ZSTD, SNAPPY), if value is NONE or invalid, the managedLedgerInfo will not be compressed. Notice, after enable this configuration, if you want to degrade broker, you should change the configuration to `NONE` and make sure all ledger metadata are saved without compression. | None |
+| managedLedgerInfoCompressionType | ManagedLedgerInfo compression type, option values (NONE, LZ4, ZLIB, ZSTD, SNAPPY), if value is NONE or invalid, the managedLedgerInfo will not be compressed. Notice, after enable this configuration, if you want to degrade broker, you should change the configuration to `NONE` and make sure all ledger metadata are saved without compression. | None |
+|narExtractionDirectory | The extraction directory of the nar package. <br />Available for Protocol Handler, Additional Servlets, Offloaders, Broker Interceptor. | System.getProperty("java.io.tmpdir") |
 
 ## Client
 
diff --git a/site2/website-next/versioned_docs/version-2.8.1/security-oauth2.md b/site2/website-next/versioned_docs/version-2.8.1/security-oauth2.md
index 4249e4afb1d..24b1530cc84 100644
--- a/site2/website-next/versioned_docs/version-2.8.1/security-oauth2.md
+++ b/site2/website-next/versioned_docs/version-2.8.1/security-oauth2.md
@@ -57,7 +57,7 @@ The following shows a typical original OAuth2 request, which is used to obtain t
 ```bash
 
 curl --request POST \
-  --url https://dev-kt-aa9ne.us.auth0.com \
+  --url https://dev-kt-aa9ne.us.auth0.com/oauth/token \
   --header 'content-type: application/json' \
   --data '{
   "client_id":"Xd23RHsUnvUlP7wchjNYOaIfazgeHd9x",
diff --git a/site2/website-next/versioned_docs/version-2.8.2/reference-configuration.md b/site2/website-next/versioned_docs/version-2.8.2/reference-configuration.md
index 06d24c4813e..1c1c01b70a4 100644
--- a/site2/website-next/versioned_docs/version-2.8.2/reference-configuration.md
+++ b/site2/website-next/versioned_docs/version-2.8.2/reference-configuration.md
@@ -355,7 +355,8 @@ brokerServiceCompactionThresholdInBytes|If the estimated backlog size is greater
 |haProxyProtocolEnabled | Enable or disable the [HAProxy](http://www.haproxy.org/) protocol. |false|
 | maxTopicsPerNamespace | The maximum number of persistent topics that can be created in the namespace. When the number of topics reaches this threshold, the broker rejects the request of creating a new topic, including the auto-created topics by the producer or consumer, until the number of connected consumers decreases. The default value 0 disables the check. | 0 |
 |subscriptionTypesEnabled| Enable all subscription types, which are exclusive, shared, failover, and key_shared. | Exclusive, Shared, Failover, Key_Shared |
-/ managedLedgerInfoCompressionType / ManagedLedgerInfo compression type, option values (NONE, LZ4, ZLIB, ZSTD, SNAPPY), if value is NONE or invalid, the managedLedgerInfo will not be compressed. Notice, after enable this configuration, if you want to degrade broker, you should change the configuration to `NONE` and make sure all ledger metadata are saved without compression. | None |
+| managedLedgerInfoCompressionType | ManagedLedgerInfo compression type, option values (NONE, LZ4, ZLIB, ZSTD, SNAPPY), if value is NONE or invalid, the managedLedgerInfo will not be compressed. Notice, after enable this configuration, if you want to degrade broker, you should change the configuration to `NONE` and make sure all ledger metadata are saved without compression. | None |
+|narExtractionDirectory | The extraction directory of the nar package. <br />Available for Protocol Handler, Additional Servlets, Offloaders, Broker Interceptor. | System.getProperty("java.io.tmpdir") |
 
 ## Client
 
diff --git a/site2/website-next/versioned_docs/version-2.8.2/security-oauth2.md b/site2/website-next/versioned_docs/version-2.8.2/security-oauth2.md
index 4249e4afb1d..24b1530cc84 100644
--- a/site2/website-next/versioned_docs/version-2.8.2/security-oauth2.md
+++ b/site2/website-next/versioned_docs/version-2.8.2/security-oauth2.md
@@ -57,7 +57,7 @@ The following shows a typical original OAuth2 request, which is used to obtain t
 ```bash
 
 curl --request POST \
-  --url https://dev-kt-aa9ne.us.auth0.com \
+  --url https://dev-kt-aa9ne.us.auth0.com/oauth/token \
   --header 'content-type: application/json' \
   --data '{
   "client_id":"Xd23RHsUnvUlP7wchjNYOaIfazgeHd9x",
diff --git a/site2/website-next/versioned_docs/version-2.8.3/reference-configuration.md b/site2/website-next/versioned_docs/version-2.8.3/reference-configuration.md
index 06d24c4813e..1c1c01b70a4 100644
--- a/site2/website-next/versioned_docs/version-2.8.3/reference-configuration.md
+++ b/site2/website-next/versioned_docs/version-2.8.3/reference-configuration.md
@@ -355,7 +355,8 @@ brokerServiceCompactionThresholdInBytes|If the estimated backlog size is greater
 |haProxyProtocolEnabled | Enable or disable the [HAProxy](http://www.haproxy.org/) protocol. |false|
 | maxTopicsPerNamespace | The maximum number of persistent topics that can be created in the namespace. When the number of topics reaches this threshold, the broker rejects the request of creating a new topic, including the auto-created topics by the producer or consumer, until the number of connected consumers decreases. The default value 0 disables the check. | 0 |
 |subscriptionTypesEnabled| Enable all subscription types, which are exclusive, shared, failover, and key_shared. | Exclusive, Shared, Failover, Key_Shared |
-/ managedLedgerInfoCompressionType / ManagedLedgerInfo compression type, option values (NONE, LZ4, ZLIB, ZSTD, SNAPPY), if value is NONE or invalid, the managedLedgerInfo will not be compressed. Notice, after enable this configuration, if you want to degrade broker, you should change the configuration to `NONE` and make sure all ledger metadata are saved without compression. | None |
+| managedLedgerInfoCompressionType | ManagedLedgerInfo compression type, option values (NONE, LZ4, ZLIB, ZSTD, SNAPPY), if value is NONE or invalid, the managedLedgerInfo will not be compressed. Notice, after enable this configuration, if you want to degrade broker, you should change the configuration to `NONE` and make sure all ledger metadata are saved without compression. | None |
+|narExtractionDirectory | The extraction directory of the nar package. <br />Available for Protocol Handler, Additional Servlets, Offloaders, Broker Interceptor. | System.getProperty("java.io.tmpdir") |
 
 ## Client
 
diff --git a/site2/website-next/versioned_docs/version-2.8.3/security-oauth2.md b/site2/website-next/versioned_docs/version-2.8.3/security-oauth2.md
index 4249e4afb1d..24b1530cc84 100644
--- a/site2/website-next/versioned_docs/version-2.8.3/security-oauth2.md
+++ b/site2/website-next/versioned_docs/version-2.8.3/security-oauth2.md
@@ -57,7 +57,7 @@ The following shows a typical original OAuth2 request, which is used to obtain t
 ```bash
 
 curl --request POST \
-  --url https://dev-kt-aa9ne.us.auth0.com \
+  --url https://dev-kt-aa9ne.us.auth0.com/oauth/token \
   --header 'content-type: application/json' \
   --data '{
   "client_id":"Xd23RHsUnvUlP7wchjNYOaIfazgeHd9x",
diff --git a/site2/website-next/versioned_docs/version-2.9.0/reference-configuration.md b/site2/website-next/versioned_docs/version-2.9.0/reference-configuration.md
index 4a6d6d3fdc7..ced8728cc71 100644
--- a/site2/website-next/versioned_docs/version-2.9.0/reference-configuration.md
+++ b/site2/website-next/versioned_docs/version-2.9.0/reference-configuration.md
@@ -357,6 +357,7 @@ brokerServiceCompactionThresholdInBytes|If the estimated backlog size is greater
 | managedLedgerInfoCompressionType | Compression type of managed ledger information. <br /><br />Available options are `NONE`, `LZ4`, `ZLIB`, `ZSTD`, and `SNAPPY`). <br /><br />If this value is `NONE` or invalid, the `managedLedgerInfo` is not compressed. <br /><br />**Note** that after enabling this configuration, if you want to degrade a broker, you need to change the value to `NONE` and make sure all ledger metadata is saved without compression. | None |
 | additionalServlets | Additional servlet name. <br /><br />If you have multiple additional servlets, separate them by commas. <br /><br />For example, additionalServlet_1, additionalServlet_2 | N/A |
 | additionalServletDirectory | Location of broker additional servlet NAR directory | ./brokerAdditionalServlet |
+|narExtractionDirectory | The extraction directory of the nar package. <br />Available for Protocol Handler, Additional Servlets, Offloaders, Broker Interceptor. | System.getProperty("java.io.tmpdir") |
 
 ## Client
 
diff --git a/site2/website-next/versioned_docs/version-2.9.0/security-oauth2.md b/site2/website-next/versioned_docs/version-2.9.0/security-oauth2.md
index d8421bc4755..a11d4c6cd0e 100644
--- a/site2/website-next/versioned_docs/version-2.9.0/security-oauth2.md
+++ b/site2/website-next/versioned_docs/version-2.9.0/security-oauth2.md
@@ -57,7 +57,7 @@ The following shows a typical original OAuth2 request, which is used to obtain t
 ```bash
 
 curl --request POST \
-  --url https://dev-kt-aa9ne.us.auth0.com \
+  --url https://dev-kt-aa9ne.us.auth0.com/oauth/token \
   --header 'content-type: application/json' \
   --data '{
   "client_id":"Xd23RHsUnvUlP7wchjNYOaIfazgeHd9x",
diff --git a/site2/website-next/versioned_docs/version-2.9.1/reference-configuration.md b/site2/website-next/versioned_docs/version-2.9.1/reference-configuration.md
index 840fcd0d0cc..4ef1ceb6bdf 100644
--- a/site2/website-next/versioned_docs/version-2.9.1/reference-configuration.md
+++ b/site2/website-next/versioned_docs/version-2.9.1/reference-configuration.md
@@ -357,6 +357,7 @@ brokerServiceCompactionThresholdInBytes|If the estimated backlog size is greater
 | managedLedgerInfoCompressionType | Compression type of managed ledger information. <br /><br />Available options are `NONE`, `LZ4`, `ZLIB`, `ZSTD`, and `SNAPPY`). <br /><br />If this value is `NONE` or invalid, the `managedLedgerInfo` is not compressed. <br /><br />**Note** that after enabling this configuration, if you want to degrade a broker, you need to change the value to `NONE` and make sure all ledger metadata is saved without compression. | None |
 | additionalServlets | Additional servlet name. <br /><br />If you have multiple additional servlets, separate them by commas. <br /><br />For example, additionalServlet_1, additionalServlet_2 | N/A |
 | additionalServletDirectory | Location of broker additional servlet NAR directory | ./brokerAdditionalServlet |
+|narExtractionDirectory | The extraction directory of the nar package. <br />Available for Protocol Handler, Additional Servlets, Offloaders, Broker Interceptor. | System.getProperty("java.io.tmpdir") |
 
 ## Client
 
diff --git a/site2/website-next/versioned_docs/version-2.9.1/security-oauth2.md b/site2/website-next/versioned_docs/version-2.9.1/security-oauth2.md
index 97f3a6e26d8..ad61fdf665e 100644
--- a/site2/website-next/versioned_docs/version-2.9.1/security-oauth2.md
+++ b/site2/website-next/versioned_docs/version-2.9.1/security-oauth2.md
@@ -57,7 +57,7 @@ The following shows a typical original OAuth2 request, which is used to obtain t
 ```bash
 
 curl --request POST \
-  --url https://dev-kt-aa9ne.us.auth0.com \
+  --url https://dev-kt-aa9ne.us.auth0.com/oauth/token \
   --header 'content-type: application/json' \
   --data '{
   "client_id":"Xd23RHsUnvUlP7wchjNYOaIfazgeHd9x",
diff --git a/site2/website-next/versioned_docs/version-2.9.2/reference-configuration.md b/site2/website-next/versioned_docs/version-2.9.2/reference-configuration.md
index 840fcd0d0cc..4ef1ceb6bdf 100644
--- a/site2/website-next/versioned_docs/version-2.9.2/reference-configuration.md
+++ b/site2/website-next/versioned_docs/version-2.9.2/reference-configuration.md
@@ -357,6 +357,7 @@ brokerServiceCompactionThresholdInBytes|If the estimated backlog size is greater
 | managedLedgerInfoCompressionType | Compression type of managed ledger information. <br /><br />Available options are `NONE`, `LZ4`, `ZLIB`, `ZSTD`, and `SNAPPY`). <br /><br />If this value is `NONE` or invalid, the `managedLedgerInfo` is not compressed. <br /><br />**Note** that after enabling this configuration, if you want to degrade a broker, you need to change the value to `NONE` and make sure all ledger metadata is saved without compression. | None |
 | additionalServlets | Additional servlet name. <br /><br />If you have multiple additional servlets, separate them by commas. <br /><br />For example, additionalServlet_1, additionalServlet_2 | N/A |
 | additionalServletDirectory | Location of broker additional servlet NAR directory | ./brokerAdditionalServlet |
+|narExtractionDirectory | The extraction directory of the nar package. <br />Available for Protocol Handler, Additional Servlets, Offloaders, Broker Interceptor. | System.getProperty("java.io.tmpdir") |
 
 ## Client
 
diff --git a/site2/website-next/versioned_docs/version-2.9.2/security-oauth2.md b/site2/website-next/versioned_docs/version-2.9.2/security-oauth2.md
index 0ce597e78cc..ecafaf85f6b 100644
--- a/site2/website-next/versioned_docs/version-2.9.2/security-oauth2.md
+++ b/site2/website-next/versioned_docs/version-2.9.2/security-oauth2.md
@@ -57,7 +57,7 @@ The following shows a typical original OAuth2 request, which is used to obtain t
 ```bash
 
 curl --request POST \
-  --url https://dev-kt-aa9ne.us.auth0.com \
+  --url https://dev-kt-aa9ne.us.auth0.com/oauth/token \
   --header 'content-type: application/json' \
   --data '{
   "client_id":"Xd23RHsUnvUlP7wchjNYOaIfazgeHd9x",