haiminh87 opened a new pull request #765: [WIP] Fix KafkaAvroSource to use the latest schema URL: https://github.com/apache/incubator-hudi/pull/765 - When we read data from Kafka, we want to always read with the latest schema. - This allows us to make assumption throughout the rest of the pipeline that every record has the same schema. - We create a custom KafkaAvroDecoder that use the latest schema as read schema. - This does not work with all SchemaProvider yet.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
