Skip to content

Commit

Permalink
remove optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Deflaimun committed Oct 21, 2024
1 parent 4819d94 commit f859e40
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 40 deletions.
10 changes: 0 additions & 10 deletions modules/reference/pages/properties/broker-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ NOTE: All broker properties require that you restart Redpanda for any update to

Network address for the glossterm:Admin API[] server.

*Optional:* Yes

*Visibility:* `user`

*Default:* `127.0.0.1:9644`
Expand Down Expand Up @@ -59,8 +57,6 @@ The crash-tracking logic is reset (to zero consecutive crashes) by any of the fo

*Unit*: number of consecutive crashes of a broker

*Optional:* No

*Visibility:* `user`

*Type:* integer
Expand Down Expand Up @@ -117,8 +113,6 @@ Controls how a new cluster is formed. All brokers in a cluster must have the sam

TIP: For backward compatibility, `true` is the default. Redpanda recommends using `false` in production environments to prevent accidental cluster formation.

*Optional:* Yes

*Visibility:* `user`

*Type:* boolean
Expand All @@ -137,8 +131,6 @@ Controls whether Redpanda starts in FIPS mode. This property allows for three v

* Enabled - Redpanda verifies that the operating system is enabled for FIPS by checking `/proc/sys/crypto/fips_enabled`. If the file does not exist or does not return `1`, Redpanda immediately exits.

*Optional:* No

*Visibility:* `user`

*Accepted values:* `0` (disabled), `1` (permissive), `2` (enabled)
Expand Down Expand Up @@ -290,8 +282,6 @@ Only one broker, the designated cluster root, should have an empty `seed_servers
The `seed_servers` list must be consistent across all seed brokers to prevent cluster fragmentation and ensure stable cluster formation.
====

*Optional:* Yes

*Visibility:* `user`

*Type:* array
Expand Down
26 changes: 0 additions & 26 deletions modules/reference/pages/properties/cluster-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1133,8 +1133,6 @@ Mode to enable server-side schema ID validation.

*Requires restart:* No

*Optional:* Yes

*Visibility:* `user`

*Accepted Values*:
Expand Down Expand Up @@ -1293,8 +1291,6 @@ The strategy used to fulfill fetch requests.

*Requires restart:* No

*Optional:* Yes

*Visibility:* `tunable`

*Accepted Values:* `polling`, `non_polling`, `non_polling_with_debounce`
Expand Down Expand Up @@ -1789,8 +1785,6 @@ Flag to require authorization for Kafka connections. If `null`, the property is

*Requires restart:* No

*Optional:* No

*Visibility:* `user`

*Type:* boolean
Expand Down Expand Up @@ -2637,8 +2631,6 @@ The topic property xref:./topic-properties.adoc#cleanuppolicy[`cleanup.policy`]

*Requires restart:* No

*Optional:* Yes

*Visibility:* `user`

*Accepted Values*: `compact`, `delete`, `compact,delete`
Expand Down Expand Up @@ -2753,8 +2745,6 @@ The topic property xref:./topic-properties.adoc#messagetimestamptype[`message.ti

*Requires restart:* No

*Optional:* Yes

*Visibility:* `user`

*Accepted Values:* `CreateTime`, `LogAppendTime`.
Expand All @@ -2771,8 +2761,6 @@ The amount of time to keep a log file before deleting it (in milliseconds). If s

*Requires restart:* No

*Optional:* Yes

*Visibility:* `user`

*Accepted values:* [`-17592186044416`, `17592186044415`]
Expand Down Expand Up @@ -3392,8 +3380,6 @@ Mode of xref:manage:cluster-maintenance/cluster-balancing.adoc[partition balanci

*Requires restart:* No

*Optional:* Yes

*Visibility:* `user`

*Accepted values:*
Expand Down Expand Up @@ -4414,8 +4400,6 @@ Rules for mapping Kerberos principal names to Redpanda user principals.

*Requires restart:* No

*Optional:* Yes

*Visibility:* `user`

*Type:* string array
Expand All @@ -4430,8 +4414,6 @@ A list of supported SASL mechanisms.

*Requires restart:* No

*Optional:* Yes

*Visibility:* `user`

*Type:* string array
Expand Down Expand Up @@ -4632,8 +4614,6 @@ To figure out whether to set `storage_ignore_timestamps_in_future_sec` for your

*Requires restart:* No

*Optional:* No

*Visibility:* `tunable`

*Type:* integer
Expand Down Expand Up @@ -4840,8 +4820,6 @@ The minimum TLS version that Redpanda clusters support. This property prevents c

*Requires restart:* Yes

*Optional:* No

*Visibility:* `user`

*Accepted values:* `v1.0`, `v1.1`, `v1.2`, `v1.3`
Expand Down Expand Up @@ -4972,8 +4950,6 @@ The size (in bytes) each log segment should be.

*Requires restart:* No

*Optional:* Yes

*Visibility:* `tunable`

*Type:* integer
Expand Down Expand Up @@ -5176,8 +5152,6 @@ The `write_caching_default` cluster property can be overridden with the xref:top

*Requires restart:* no

*Optional:* No

*Type*: string

*Accepted values:*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,6 @@ To authenticate using access keys, see <<cloud_storage_access_key,`cloud_storage

*Requires restart:* Yes

*Optional:* Yes

*Visibility:* `user`

*Default:* `config_file`
Expand All @@ -532,8 +530,6 @@ Path to certificate revocation list for <<cloud_storage_trust_file, `cloud_stora

*Requires restart:* No

*Optional:* Yes

*Visibility:* `user`

*Type:* string
Expand Down

0 comments on commit f859e40

Please sign in to comment.