ROOBALJINDAL commented on issue #6348:
URL: https://github.com/apache/hudi/issues/6348#issuecomment-1212829370

   @pratyakshsharma 
   We are not using any serializer in our custom class as it wasnt required. I 
believe it uses convertor that is being defined in kafka connect properties. 
   
   We are using following convertors in kafka connect:
   ```
   key.converter=io.confluent.connect.avro.AvroConverter
   value.converter=io.confluent.connect.avro.AvroConverter
   key.converter.schema.registry.url=http://10.151.46.222:8080/apis/ccompat/v6
   value.converter.schema.registry.url=http://10.151.46.222:8080/apis/ccompat/v6
   ```
   
   Also point here is to note is that if there was some contradicting 
serializers being used, it would have not worked for HoodieDeltaStreamer (Not 
multi table ingestion) as well. But HoodieDeltaStreamer is working fine for 
same table and records.


-- 
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]

Reply via email to