sbernauer commented on pull request #3092: URL: https://github.com/apache/hudi/pull/3092#issuecomment-870673044
Hi together, this PR broke/overwrote the new change introduced in https://github.com/apache/hudi/pull/3111 ``` return !prop.toString().startsWith("hoodie.") // We need to pass some properties to kafka client so that KafkaAvroSchemaDeserializer can use it || prop.toString().startsWith("hoodie.deltastreamer.source.kafka.value.deserializer."); ``` We need to pass the `hoodie.deltastreamer.source.kafka.value.deserializer.*` configs to the kafka client. Happily i noticed it ;) I opened https://github.com/apache/hudi/pull/3172 that will revert your change to include the needed properties again, so no further action needed besides looking at my PR ;) -- 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]
