You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. Routes the encoded message to the appropriate output topic
201
199
202
200
. Verify the transform is deployed:
203
201
+
@@ -248,8 +246,6 @@ customers-value 1 3 AVRO
248
246
inventory-value 1 2 AVRO
249
247
orders-value 1 1 AVRO
250
248
----
251
-
+
252
-
TIP: The Iceberg-enabled output topics use `value_schema_id_prefix` mode. Messages include Schema Registry wire format (magic byte + schema ID + Avro payload), which Redpanda uses to validate against the registered Avro schemas before writing to Iceberg tables.
0 commit comments