A Kafka Connect connector for reading from and writing to files, useful for development and testing.
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>connect-file</artifactId>
<version>4.2.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures and starts a FileStreamSourceConnector to read from a file.
Use production-grade connectors (e.g., Confluent S3, JDBC) for production workloads.
No dependency data recorded yet.