rangareddy commented on issue #15983: URL: https://github.com/apache/hudi/issues/15983#issuecomment-4911877361
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: This appears to be fixed. KafkaAvroSchemaDeserializer is now supported by DebeziumSource - [DebeziumSource.java](https://github.com/apache/hudi/blob/master/hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/debezium/DebeziumSource.java) (lines ~92-110) reads the configurable value deserializer and, when it is KafkaAvroSchemaDeserializer, wires it up via KafkaSourceUtil.configureSchemaDeserializer (requires a SchemaRegistryProvider). This path is covered by TestKafkaAvroSchemaDeserializer and maintained by merged PR #12111 ([HUDI-8378]). If you're still hitting this on a recent version, please reopen with repro steps. Closing as fixed. -- 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]
