yihua commented on issue #8966: URL: https://github.com/apache/hudi/issues/8966#issuecomment-1592401266
Hi @sydneyhoran Thanks for the detailed description. I think this blog talks about the exact same problem you encountered and it provides a solution: https://hudi.apache.org/blog/2021/08/16/kafka-custom-deserializer/ (Note that, DebeziumSource also uses the same deserializer config). Could you try the following config and see if it solves your problem? ``` hoodie.deltastreamer.source.kafka.value.deserializer.class=org.apache.hudi.utilities.deser.KafkaAvroSchemaDeserializer ``` -- 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]
