gaoasi opened a new issue #4790:
URL: https://github.com/apache/hudi/issues/4790


   i used hudi-kafka-connect to load logs from kafka to hudi
   config is : 
   bootstrap.servers=localhost:9092
   group.id=hudi-connect-cluster-test
   key.converter=org.apache.kafka.connect.json.JsonConverter
   value.converter=org.apache.kafka.connect.json.JsonConverter
   key.converter.schemas.enable=true
   value.converter.schemas.enable=true
   offset.storage.topic=connect-offsets
   offset.storage.replication.factor=1
   config.storage.topic=connect-configs
   config.storage.replication.factor=1
   status.storage.topic=connect-status
   status.storage.replication.factor=1
   
   offset.flush.interval.ms=60000
   listeners=HTTP://localhost:8083
   plugin.path=/opt/hudi-kaka-connect/kafka/plugins
   
   the result is:
   in the hudi table path,there is only the logs file,no data files
   
![image](https://user-images.githubusercontent.com/43560964/153535657-4c1ac24e-40d6-4824-8c6e-2b2fde73ae70.png)
   
   why?
   
   


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