hailin0 commented on issue #2371: URL: https://github.com/apache/incubator-seatunnel/issues/2371#issuecomment-1207604962
Another problem is missing metadata of mq connector rowdata. e.g: partition、timestamp、key、headers ` public ProducerRecord(String topic, Integer partition, Long timestamp, K key, V value, Iterable<Header> headers) ` I see use case from flink: https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-kafka/src/main/java/org/apache/flink/streaming/connectors/kafka/table/DynamicKafkaRecordSerializationSchema.java#L119 -- 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]
