blob: cf663c5ee3760f213cf7970905bfa6e4f5f3a5f8 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.geocoder.CamelGeocoderSinkConnector",
"artifactId": "camel-geocoder-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-geocoder-sink",
"type": "sink",
"version": "0.7.2",
"description": "Find geocodes (latitude and longitude) for a given address or the other way round."
},
"properties": {
"camel.sink.path.address": {
"name": "camel.sink.path.address",
"description": "The geo address which should be prefixed with address:",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.path.latlng": {
"name": "camel.sink.path.latlng",
"description": "The geo latitude and longitude which should be prefixed with latlng:",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.headersOnly": {
"name": "camel.sink.endpoint.headersOnly",
"description": "Whether to only enrich the Exchange with headers, and leave the body as-is.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.language": {
"name": "camel.sink.endpoint.language",
"description": "The language to use.",
"defaultValue": "\"en\"",
"priority": "MEDIUM",
"required": "false"
},
"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.serverUrl": {
"name": "camel.sink.endpoint.serverUrl",
"description": "URL to the geocoder server. Mandatory for Nominatim server.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.type": {
"name": "camel.sink.endpoint.type",
"description": "Type of GeoCoding server. Supported Nominatim and Google. One of: [NOMINATIM] [GOOGLE]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"NOMINATIM",
"GOOGLE"
]
},
"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.proxyAuthDomain": {
"name": "camel.sink.endpoint.proxyAuthDomain",
"description": "Proxy Authentication Domain to access Google GeoCoding server.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyAuthHost": {
"name": "camel.sink.endpoint.proxyAuthHost",
"description": "Proxy Authentication Host to access Google GeoCoding server.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyAuthMethod": {
"name": "camel.sink.endpoint.proxyAuthMethod",
"description": "Authentication Method to Google GeoCoding server.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyAuthPassword": {
"name": "camel.sink.endpoint.proxyAuthPassword",
"description": "Proxy Password to access GeoCoding server.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyAuthUsername": {
"name": "camel.sink.endpoint.proxyAuthUsername",
"description": "Proxy Username to access GeoCoding server.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyHost": {
"name": "camel.sink.endpoint.proxyHost",
"description": "Proxy Host to access GeoCoding server.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyPort": {
"name": "camel.sink.endpoint.proxyPort",
"description": "Proxy Port to access GeoCoding server.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.apiKey": {
"name": "camel.sink.endpoint.apiKey",
"description": "API Key to access Google. Mandatory for Google GeoCoding server.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.clientId": {
"name": "camel.sink.endpoint.clientId",
"description": "Client ID to access Google GeoCoding server.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.clientKey": {
"name": "camel.sink.endpoint.clientKey",
"description": "Client Key to access Google GeoCoding server.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.geocoder.lazyStartProducer": {
"name": "camel.component.geocoder.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.geocoder.autowiredEnabled": {
"name": "camel.component.geocoder.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.geocoder.geoApiContext": {
"name": "camel.component.geocoder.geoApiContext",
"description": "Configuration for Google maps API",
"priority": "MEDIUM",
"required": "false"
}
}
}