Skip to content

Commit afd13e4

Browse files
committed
Style edit per automated review
1 parent 4d188e6 commit afd13e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ Enable the Iceberg integration for the topic. You can choose one of three modes.
538538

539539
- `key_value`: Creates an Iceberg table with a `Key` column and a `Value` column. Redpanda stores the raw topic content in the `Value` column.
540540
- `value_schema_id_prefix`: Creates an Iceberg table whose structure matches the Redpanda schema for the topic, with columns corresponding to each field. Redpanda uses the Schema Registry wire format, consisting of the "magic byte" and schema ID encoded in the payload header, to parse the topic values per field and store them in the corresponding table columns.
541-
- `value_subject_latest`: Creates an Iceberg table whose structure matches the latest schema version in Schema Registry that matches the subject name. This mode is compatible with Avro and Protobuf schemas and should be used when you don't produce to the topic using the wire format.
541+
- `value_subject_latest`: Creates an Iceberg table whose structure matches the latest schema version in Schema Registry that matches the subject name. This mode is compatible with Avro and Protobuf schemas and is used when you don't produce to the topic using the wire format.
542542
- `disabled`: Disables writing to an Iceberg table for the topic.
543543

544544
For `value_subject_latet` mode, use the following syntax:

0 commit comments

Comments
 (0)