@@ -1303,42 +1303,49 @@ components:
13031303 type : string
13041304 connectionTimeoutMs :
13051305 description : |-
1306- Connection timeout
1306+ Connection timeout.
13071307 If 0 is provided, defaults to 1 second
13081308 format : int32
13091309 title : connection_timeout_ms
13101310 type : integer
13111311 fetchMaxBytes :
13121312 description : |-
1313- Fetch max bytes
1314- If 0 is provided, defaults to 1MiB
1313+ Fetch max bytes.
1314+ If 0 is provided, defaults to 20 MiB
13151315 format : int32
13161316 title : fetch_max_bytes
13171317 type : integer
13181318 fetchMinBytes :
13191319 description : |-
1320- Fetch min bytes
1321- If 0 is provided, defaults to 1 byte
1320+ Fetch min bytes.
1321+ If 0 is provided, defaults to 5 MiB
13221322 format : int32
13231323 title : fetch_min_bytes
13241324 type : integer
1325+ fetchPartitionMaxBytes :
1326+ description : |-
1327+ Fetch partition max bytes.
1328+ If 0 is provided, defaults to 1 MiB
1329+ format : int32
1330+ title : fetch_partition_max_bytes
1331+ type : integer
13251332 fetchWaitMaxMs :
13261333 description : |-
1327- Fetch request timeout
1328- If 0 is provided, defaults to 100ms
1334+ Fetch request timeout.
1335+ If 0 is provided, defaults to 500ms
13291336 format : int32
13301337 title : fetch_wait_max_ms
13311338 type : integer
13321339 metadataMaxAgeMs :
13331340 description : |-
1334- Max metadata age
1341+ Max metadata age.
13351342 If 0 is provided, defaults to 10 seconds
13361343 format : int32
13371344 title : metadata_max_age_ms
13381345 type : integer
13391346 retryBackoffMs :
13401347 description : |-
1341- Retry base backoff
1348+ Retry base backoff.
13421349 If 0 is provided, defaults to 100ms
13431350 format : int32
13441351 title : retry_backoff_ms
@@ -1569,6 +1576,10 @@ components:
15691576 additionalProperties : false
15701577 allOf :
15711578 - properties :
1579+ doNotSetSniHostname :
1580+ description : If true, the SNI hostname will not be provided when TLS is used
1581+ title : do_not_set_sni_hostname
1582+ type : boolean
15721583 enabled :
15731584 description : Whether or not TLS is enabled
15741585 title : enabled
@@ -1791,7 +1802,7 @@ info:
17911802 title : Redpanda Admin API
17921803 version : v2.0.0
17931804 x-admin-api-major : v2.0.0
1794- x-generated-at : 2025-10-17T17:24:43.019Z
1805+ x-generated-at : 2025-10-20T20:00:08.441Z
17951806 x-generator : redpanda-docs-openapi-bundler
17961807 x-redpanda-core-version : dev
17971808openapi : 3.1.0
0 commit comments