blob: 843592868bc648f2052fed5f02bff644ad53755c [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.consul.CamelConsulSinkConnector",
"artifactId": "camel-consul-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-consul-sink",
"type": "sink",
"version": "0.7.2",
"description": "Integrate with Consul service discovery and configuration store."
},
"properties": {
"camel.sink.path.apiEndpoint": {
"name": "camel.sink.path.apiEndpoint",
"description": "The API endpoint",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.connectTimeout": {
"name": "camel.sink.endpoint.connectTimeout",
"description": "Connect timeout for OkHttpClient",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.connectTimeoutMillis": {
"name": "camel.sink.endpoint.connectTimeoutMillis",
"description": "Connect timeout for OkHttpClient. Deprecation note: Use connectTimeout instead",
"priority": "LOW",
"required": "false"
},
"camel.sink.endpoint.consulClient": {
"name": "camel.sink.endpoint.consulClient",
"description": "Reference to a com.orbitz.consul.Consul in the registry.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.key": {
"name": "camel.sink.endpoint.key",
"description": "The default key. Can be overridden by CamelConsulKey",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.pingInstance": {
"name": "camel.sink.endpoint.pingInstance",
"description": "Configure if the AgentClient should attempt a ping before returning the Consul instance",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.readTimeout": {
"name": "camel.sink.endpoint.readTimeout",
"description": "Read timeout for OkHttpClient",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.readTimeoutMillis": {
"name": "camel.sink.endpoint.readTimeoutMillis",
"description": "Read timeout for OkHttpClient. Deprecation note: Use readTimeout instead",
"priority": "LOW",
"required": "false"
},
"camel.sink.endpoint.tags": {
"name": "camel.sink.endpoint.tags",
"description": "Set tags. You can separate multiple tags by comma.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.url": {
"name": "camel.sink.endpoint.url",
"description": "The Consul agent URL",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.writeTimeout": {
"name": "camel.sink.endpoint.writeTimeout",
"description": "Write timeout for OkHttpClient",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.writeTimeoutMillis": {
"name": "camel.sink.endpoint.writeTimeoutMillis",
"description": "Write timeout for OkHttpClient. Deprecation note: Use writeTimeout instead",
"priority": "LOW",
"required": "false"
},
"camel.sink.endpoint.action": {
"name": "camel.sink.endpoint.action",
"description": "The default action. Can be overridden by CamelConsulAction",
"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.valueAsString": {
"name": "camel.sink.endpoint.valueAsString",
"description": "Default to transform values retrieved from Consul i.e. on KV endpoint to string.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.consistencyMode": {
"name": "camel.sink.endpoint.consistencyMode",
"description": "The consistencyMode used for queries, default ConsistencyMode.DEFAULT One of: [DEFAULT] [STALE] [CONSISTENT]",
"defaultValue": "\"DEFAULT\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"DEFAULT",
"STALE",
"CONSISTENT"
]
},
"camel.sink.endpoint.datacenter": {
"name": "camel.sink.endpoint.datacenter",
"description": "The data center",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.nearNode": {
"name": "camel.sink.endpoint.nearNode",
"description": "The near node to use for queries.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.nodeMeta": {
"name": "camel.sink.endpoint.nodeMeta",
"description": "The note meta-data to use for queries.",
"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.aclToken": {
"name": "camel.sink.endpoint.aclToken",
"description": "Sets the ACL token to be used with Consul",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.password": {
"name": "camel.sink.endpoint.password",
"description": "Sets the password to be used for basic authentication",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.sslContextParameters": {
"name": "camel.sink.endpoint.sslContextParameters",
"description": "SSL configuration using an org.apache.camel.support.jsse.SSLContextParameters instance.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.userName": {
"name": "camel.sink.endpoint.userName",
"description": "Sets the username to be used for basic authentication",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.connectTimeout": {
"name": "camel.component.consul.connectTimeout",
"description": "Connect timeout for OkHttpClient",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.connectTimeoutMillis": {
"name": "camel.component.consul.connectTimeoutMillis",
"description": "Connect timeout for OkHttpClient. Deprecation note: Use connectTimeout instead",
"priority": "LOW",
"required": "false"
},
"camel.component.consul.consulClient": {
"name": "camel.component.consul.consulClient",
"description": "Reference to a com.orbitz.consul.Consul in the registry.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.key": {
"name": "camel.component.consul.key",
"description": "The default key. Can be overridden by CamelConsulKey",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.pingInstance": {
"name": "camel.component.consul.pingInstance",
"description": "Configure if the AgentClient should attempt a ping before returning the Consul instance",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.readTimeout": {
"name": "camel.component.consul.readTimeout",
"description": "Read timeout for OkHttpClient",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.readTimeoutMillis": {
"name": "camel.component.consul.readTimeoutMillis",
"description": "Read timeout for OkHttpClient. Deprecation note: Use readTimeout instead",
"priority": "LOW",
"required": "false"
},
"camel.component.consul.tags": {
"name": "camel.component.consul.tags",
"description": "Set tags. You can separate multiple tags by comma.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.url": {
"name": "camel.component.consul.url",
"description": "The Consul agent URL",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.writeTimeout": {
"name": "camel.component.consul.writeTimeout",
"description": "Write timeout for OkHttpClient",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.writeTimeoutMillis": {
"name": "camel.component.consul.writeTimeoutMillis",
"description": "Write timeout for OkHttpClient. Deprecation note: Use writeTimeout instead",
"priority": "LOW",
"required": "false"
},
"camel.component.consul.action": {
"name": "camel.component.consul.action",
"description": "The default action. Can be overridden by CamelConsulAction",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.lazyStartProducer": {
"name": "camel.component.consul.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.consul.valueAsString": {
"name": "camel.component.consul.valueAsString",
"description": "Default to transform values retrieved from Consul i.e. on KV endpoint to string.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.autowiredEnabled": {
"name": "camel.component.consul.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.consul.configuration": {
"name": "camel.component.consul.configuration",
"description": "Consul configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.consistencyMode": {
"name": "camel.component.consul.consistencyMode",
"description": "The consistencyMode used for queries, default ConsistencyMode.DEFAULT One of: [DEFAULT] [STALE] [CONSISTENT]",
"defaultValue": "\"DEFAULT\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"DEFAULT",
"STALE",
"CONSISTENT"
]
},
"camel.component.consul.datacenter": {
"name": "camel.component.consul.datacenter",
"description": "The data center",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.nearNode": {
"name": "camel.component.consul.nearNode",
"description": "The near node to use for queries.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.nodeMeta": {
"name": "camel.component.consul.nodeMeta",
"description": "The note meta-data to use for queries.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.aclToken": {
"name": "camel.component.consul.aclToken",
"description": "Sets the ACL token to be used with Consul",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.password": {
"name": "camel.component.consul.password",
"description": "Sets the password to be used for basic authentication",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.sslContextParameters": {
"name": "camel.component.consul.sslContextParameters",
"description": "SSL configuration using an org.apache.camel.support.jsse.SSLContextParameters instance.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.useGlobalSslContextParameters": {
"name": "camel.component.consul.useGlobalSslContextParameters",
"description": "Enable usage of global SSL context parameters.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.consul.userName": {
"name": "camel.component.consul.userName",
"description": "Sets the username to be used for basic authentication",
"priority": "MEDIUM",
"required": "false"
}
}
}