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