-
Notifications
You must be signed in to change notification settings - Fork 137
File Connector
-
FileConnector
is intended for consuming text files from the file system -
A demo that uses
FileConnector
is available in Streaming Text Files to Kafka.
-
All connector config properties must be prefixed with
brooklin.server.connector.<connectorName>.
-
connectorName
is an arbitrary user-supplied name specified in Brooklin configuration (brooklin.server.connectorNames
)
Property | Description | Default |
---|---|---|
|
Number of threads in the thread pool used for reading input files |
5 |
URL |
Single Brooklin instance
All Brooklin instances
|
---|---|
URL Params |
|
FileConnector
does not expose any connector-specific metrics. Only general connector metrics are provided.
- Home
- Brooklin Architecture
- Production Use Cases
- Developer Guide
- Documentation
- REST Endpoints
- Connectors
- Transport Providers
- Brooklin Configuration
- Test Driving Brooklin