blob: 44b41553d0f7a131cf867cf18b24d61c537dbb7c [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.twittersearch.CamelTwittersearchSinkConnector",
"artifactId": "camel-twitter-search-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-twitter-search-sink",
"type": "sink",
"version": "0.7.0",
"description": "Access Twitter Search."
},
"properties": {
"camel.sink.path.keywords": {
"name": "camel.sink.path.keywords",
"description": "The search query, use the keywords AND, OR, - and () to narrow the search results.",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.synchronous": {
"name": "camel.sink.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.httpProxyHost": {
"name": "camel.sink.endpoint.httpProxyHost",
"description": "The http proxy host which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.httpProxyPassword": {
"name": "camel.sink.endpoint.httpProxyPassword",
"description": "The http proxy password which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.httpProxyPort": {
"name": "camel.sink.endpoint.httpProxyPort",
"description": "The http proxy port which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.httpProxyUser": {
"name": "camel.sink.endpoint.httpProxyUser",
"description": "The http proxy user which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.accessToken": {
"name": "camel.sink.endpoint.accessToken",
"description": "The access token. Can also be configured on the TwitterComponent level instead.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.accessTokenSecret": {
"name": "camel.sink.endpoint.accessTokenSecret",
"description": "The access secret. Can also be configured on the TwitterComponent level instead.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.consumerKey": {
"name": "camel.sink.endpoint.consumerKey",
"description": "The consumer key. Can also be configured on the TwitterComponent level instead.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.consumerSecret": {
"name": "camel.sink.endpoint.consumerSecret",
"description": "The consumer secret. Can also be configured on the TwitterComponent level instead.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.twitter-search.lazyStartProducer": {
"name": "camel.component.twitter-search.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.twitter-search.autowiredEnabled": {
"name": "camel.component.twitter-search.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.twitter-search.httpProxyHost": {
"name": "camel.component.twitter-search.httpProxyHost",
"description": "The http proxy host which can be used for the camel-twitter.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.twitter-search.httpProxyPassword": {
"name": "camel.component.twitter-search.httpProxyPassword",
"description": "The http proxy password which can be used for the camel-twitter.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.twitter-search.httpProxyPort": {
"name": "camel.component.twitter-search.httpProxyPort",
"description": "The http proxy port which can be used for the camel-twitter.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.twitter-search.httpProxyUser": {
"name": "camel.component.twitter-search.httpProxyUser",
"description": "The http proxy user which can be used for the camel-twitter.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.twitter-search.accessToken": {
"name": "camel.component.twitter-search.accessToken",
"description": "The access token",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.twitter-search.accessTokenSecret": {
"name": "camel.component.twitter-search.accessTokenSecret",
"description": "The access token secret",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.twitter-search.consumerKey": {
"name": "camel.component.twitter-search.consumerKey",
"description": "The consumer key",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.twitter-search.consumerSecret": {
"name": "camel.component.twitter-search.consumerSecret",
"description": "The consumer secret",
"priority": "MEDIUM",
"required": "false"
}
}
}