Skip to content

Commit

Permalink
Docs sync done from apache/pulsar (#51ecd02)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 13, 2024
1 parent 965367e commit 7e4306c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions static/reference/next/config/reference-configuration-broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -3088,6 +3088,23 @@ Capacity for accept queue in the HTTP server Default is set to 8192.

**Category**: Server

### httpServerGzipCompressionExcludedPaths
Gzip compression is enabled by default. Specific paths can be excluded from compression.
There are 2 syntaxes supported, Servlet url-pattern based, and Regex based.
If the spec starts with '^' the spec is assumed to be a regex based path spec and will match with normal Java regex rules.
If the spec starts with '/' then spec is assumed to be a Servlet url-pattern rules path spec for either an exact match or prefix based match.
If the spec starts with '*.' then spec is assumed to be a Servlet url-pattern rules path spec for a suffix based match.
All other syntaxes are unsupported.
Disable all compression with ^.* or ^.*$

**Type**: `java.util.List`

**Default**: `[]`

**Dynamic**: `false`

**Category**: Server

### httpServerThreadPoolQueueSize
Capacity for thread pool queue in the HTTP server Default is set to 8192.

Expand Down
17 changes: 17 additions & 0 deletions static/reference/next/config/reference-configuration-standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -3088,6 +3088,23 @@ Capacity for accept queue in the HTTP server Default is set to 8192.

**Category**: Server

### httpServerGzipCompressionExcludedPaths
Gzip compression is enabled by default. Specific paths can be excluded from compression.
There are 2 syntaxes supported, Servlet url-pattern based, and Regex based.
If the spec starts with '^' the spec is assumed to be a regex based path spec and will match with normal Java regex rules.
If the spec starts with '/' then spec is assumed to be a Servlet url-pattern rules path spec for either an exact match or prefix based match.
If the spec starts with '*.' then spec is assumed to be a Servlet url-pattern rules path spec for a suffix based match.
All other syntaxes are unsupported.
Disable all compression with ^.* or ^.*$

**Type**: `java.util.List`

**Default**: `[]`

**Dynamic**: `false`

**Category**: Server

### httpServerThreadPoolQueueSize
Capacity for thread pool queue in the HTTP server Default is set to 8192.

Expand Down

0 comments on commit 7e4306c

Please sign in to comment.