Skip to content

Commit 1e75ada

Browse files
authored
docs: fix property descritption (#1289)
1 parent fd70240 commit 1e75ada

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

modules/manage/pages/iceberg/specify-iceberg-schema.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,19 @@ ifdef::env-cloud[]
2525
Redpanda supports the following modes for Iceberg topics:
2626
endif::[]
2727

28+
[[key_value]]
2829
=== key_value
2930

3031
Creates an Iceberg table using a simple schema, consisting of two columns, one for the record metadata including the key, and another binary column for the record's value.
3132

33+
[[value_schema_id_prefix]]
3234
=== value_schema_id_prefix
3335

3436
Creates an Iceberg table whose structure matches the Redpanda schema for the topic, with columns corresponding to each field. You must register a schema in the xref:manage:schema-reg/schema-reg-overview.adoc[Schema Registry] and producers must write to the topic using the Schema Registry wire format.
3537

3638
In the xref:manage:schema-reg/schema-reg-overview.adoc#wire-format[Schema Registry wire format], a "magic byte" and schema ID are embedded in the message payload header. Producers to the topic must use the wire format in the serialization process so Redpanda can determine the schema used for each record, use the schema to define the Iceberg table, and store the topic values in the corresponding table columns.
3739

40+
[[value_schema_latest]]
3841
=== value_schema_latest
3942

4043
Creates an Iceberg table whose structure matches the latest schema registered for the subject in the Schema Registry. You must register a schema in the Schema Registry.
@@ -45,6 +48,7 @@ NOTE: The `value_schema_latest` mode is not compatible with the xref:reference:r
4548

4649
The latest schema is cached periodically. The cache period is defined by the cluster property `iceberg_latest_schema_cache_ttl_ms` (default: 5 minutes).
4750

51+
[[disabled]]
4852
=== disabled
4953

5054
Default for `redpanda.iceberg.mode`. Disables writing to an Iceberg table for the topic.

modules/reference/pages/properties/cluster-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2205,7 +2205,7 @@ endif::[]
22052205

22062206
=== iceberg_latest_schema_cache_ttl_ms
22072207

2208-
The TTL for caching the latest schema during translation when using the `latest_protobuf_value` iceberg mode. This setting controls how long the latest schema remains cached during translation, which affects schema refresh behavior and performance.
2208+
The TTL for caching the latest schema during translation when using the xref:manage:iceberg/specify-iceberg-schema.adoc#value_schema_latest[`value_schema_latest`] iceberg mode. This setting controls how long the latest schema remains cached during translation, which affects schema refresh behavior and performance.
22092209

22102210
*Unit:* milliseconds
22112211

0 commit comments

Comments
 (0)