Skip to content

Commit 63e4a83

Browse files
committed
Apply suggested from automated review
1 parent c632af7 commit 63e4a83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Creates an Iceberg table whose structure matches the latest schema registered fo
4141

4242
Producers cannot use the wire format in `value_schema_latest` mode. Redpanda expects the serialized message as-is in the record value.
4343

44+
NOTE: The `value_schema_latest` mode is not compatible with the xref:reference:rpk/rpk-topic/rpk-topic-produce[`rpk topic produce`] command which embeds the wire format header. You must use your own producer code to produce to topics in `value_schema_latest` mode.
45+
4446
The latest schema is cached periodically. The cache period is defined by the cluster property `iceberg_latest_schema_cache_ttl_ms` (default: 5 minutes).
4547

4648
=== disabled

0 commit comments

Comments
 (0)