kafka-connect-fs icon indicating copy to clipboard operation
kafka-connect-fs copied to clipboard

Kafka Connect FileSystem Connector

Results 22 kafka-connect-fs issues
Sort by recently updated
recently updated
newest added

example: username: root password: admin@123 fs.url: `sftp://root:admin%[email protected]` class: AbstractPolicy.java method: configFs(Map customConfigs) In this method, workingDir.toUri() wll change above uri to `sftp://root:admin%[email protected]`. After changing code like below, problem have solved....

Hey, currently setting up the connector to read Parquet files from HDFS locally using docker compose. Can someone please verify that they have this reader (ParquetFileReader) working with the file_reader.batch_size...