Do we have any Confluent Kafka in-build Connector to read the data from from S3 bucket from a CSV file.
Can S3SourceConnector do the job for me?
Do we have any Confluent Kafka in-build Connector to read the data from from S3 bucket from a CSV file.
Can S3SourceConnector do the job for me?
Copyright © 2021 Jogjafile Inc.
Try using
This should read lines from files.
You'd be better suited to use something else to actually parse the data, such as SparkSQL