Twitter¶
com.github.jcustenborder.kafka.connect.twitter.TwitterSourceConnector
This Twitter Source connector is used to pull data from Twitter in realtime.
Configuration¶
General¶
filter.userIds¶
Twitter user IDs to follow.
Importance: HIGH
Type: LIST
Validator: com.github.jcustenborder.kafka.connect.twitter.TwitterSourceConnectorConfig$UserIdValidator@750f713e
queue.batch.size¶
The number of records to return in a single batch.
Importance: LOW
Type: INT
Default Value: 100
Validator: [1,…]
queue.empty.ms¶
The amount of time to wait if there are no records in the queue.
Importance: LOW
Type: INT
Default Value: 100
Validator: [10,…]