PhatakN1 edited a comment on issue #1549:
URL: https://github.com/apache/incubator-hudi/issues/1549#issuecomment-618803454


   These are the contents of hoodie.properties
   ```
   
----------------------------------------------------------------------------------------
   hoodie.compaction.payload.class=org.apache.hudi.payload.AWSDmsAvroPayload
   hoodie.table.name=retail_transactions
   hoodie.archivelog.folder=archived
   hoodie.table.type=MERGE_ON_READ
   hoodie.timeline.layout.version=1
   
----------------------------------------------------------------------------------------
   ```
   
   Some more background and context on what I did.
   I used mySQL--> DMS--> S3--> Hudi for the initial load of the table. This is 
where I used 
hoodie.compaction.payload.class=org.apache.hudi.payload.AWSDmsAvroPayload in my 
command.
   
   For CDC, I used mySQL--> DMS--> Kafka--> Hudi. Here, I used JsonKafkaSource 
in my command. 
   Would this cause an issue somewhere?


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to