Savonitar commented on code in PR #258:
URL: 
https://github.com/apache/flink-connector-kafka/pull/258#discussion_r3319271124


##########
flink-connector-kafka/src/main/java/org/apache/flink/streaming/connectors/kafka/table/KafkaDynamicSink.java:
##########
@@ -457,6 +465,47 @@ public Object read(RowData row, int pos) {
                     }
                 }),
 
+        /**
+         * Wire-faithful alternative to {@code headers}: preserves duplicate 
keys and insertion
+         * order using {@code ARRAY<ROW<key STRING, value BYTES>>} instead of 
a lossy MAP.
+         */
+        MULTI_HEADERS(

Review Comment:
   shouldn't we add this to doc docs/content/docs/connectors/table/kafka.md  
(which includes  headers for example). 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to