See: Description
| Class | Description |
|---|---|
| FileConsumerThread |
Worker thread that consumes the contents of the files
and publishes them to a Pulsar topic.
|
| FileListingThread |
Worker thread that checks the configured input directory for
files that meet the provided filtering criteria, and publishes
them to a work queue for processing by the FileConsumerThreads.
|
| FileRecord |
Implementation of the Record interface for File Source data.
|
| FileSource |
A simple connector to consume messages from the local file system.
|
| FileSourceConfig |
Configuration class for the File Source Connector.
|
| ProcessedFileThread |
Worker thread that cleans up all the files that have been processed.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.