blob: 641b5df195416a504c232fdc4c949969549f2b78 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.olingo4.CamelOlingo4SinkConnector",
"artifactId": "camel-olingo4-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-olingo4-sink",
"type": "sink",
"version": "0.7.0",
"description": "Communicate with OData 4.0 services using Apache Olingo OData API."
},
"properties": {
"camel.sink.path.apiName": {
"name": "camel.sink.path.apiName",
"description": "What kind of operation to perform One of: [DEFAULT]",
"priority": "HIGH",
"required": "true",
"enum": [
"DEFAULT"
]
},
"camel.sink.path.methodName": {
"name": "camel.sink.path.methodName",
"description": "What sub operation to use for the selected operation",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.connectTimeout": {
"name": "camel.sink.endpoint.connectTimeout",
"description": "HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds)",
"defaultValue": "30000",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.contentType": {
"name": "camel.sink.endpoint.contentType",
"description": "Content-Type header value can be used to specify JSON or XML message format, defaults to application\/json;charset=utf-8",
"defaultValue": "\"application\/json;charset=utf-8\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.filterAlreadySeen": {
"name": "camel.sink.endpoint.filterAlreadySeen",
"description": "Set this to true to filter out results that have already been communicated by this component.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.httpHeaders": {
"name": "camel.sink.endpoint.httpHeaders",
"description": "Custom HTTP headers to inject into every request, this could include OAuth tokens, etc.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.inBody": {
"name": "camel.sink.endpoint.inBody",
"description": "Sets the name of a parameter to be passed in the exchange In Body",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxy": {
"name": "camel.sink.endpoint.proxy",
"description": "HTTP proxy server configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.serviceUri": {
"name": "camel.sink.endpoint.serviceUri",
"description": "Target OData service base URI, e.g. http:\/\/services.odata.org\/OData\/OData.svc",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.socketTimeout": {
"name": "camel.sink.endpoint.socketTimeout",
"description": "HTTP request timeout in milliseconds, defaults to 30,000 (30 seconds)",
"defaultValue": "30000",
"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.httpAsyncClientBuilder": {
"name": "camel.sink.endpoint.httpAsyncClientBuilder",
"description": "Custom HTTP async client builder for more complex HTTP client configuration, overrides connectionTimeout, socketTimeout, proxy and sslContext. Note that a socketTimeout MUST be specified in the builder, otherwise OData requests could block indefinitely",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.httpClientBuilder": {
"name": "camel.sink.endpoint.httpClientBuilder",
"description": "Custom HTTP client builder for more complex HTTP client configuration, overrides connectionTimeout, socketTimeout, proxy and sslContext. Note that a socketTimeout MUST be specified in the builder, otherwise OData requests could block indefinitely",
"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.sslContextParameters": {
"name": "camel.sink.endpoint.sslContextParameters",
"description": "To configure security using SSLContextParameters",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.olingo4.configuration": {
"name": "camel.component.olingo4.configuration",
"description": "To use the shared configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.olingo4.connectTimeout": {
"name": "camel.component.olingo4.connectTimeout",
"description": "HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds)",
"defaultValue": "30000",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.olingo4.contentType": {
"name": "camel.component.olingo4.contentType",
"description": "Content-Type header value can be used to specify JSON or XML message format, defaults to application\/json;charset=utf-8",
"defaultValue": "\"application\/json;charset=utf-8\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.olingo4.filterAlreadySeen": {
"name": "camel.component.olingo4.filterAlreadySeen",
"description": "Set this to true to filter out results that have already been communicated by this component.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.olingo4.httpHeaders": {
"name": "camel.component.olingo4.httpHeaders",
"description": "Custom HTTP headers to inject into every request, this could include OAuth tokens, etc.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.olingo4.proxy": {
"name": "camel.component.olingo4.proxy",
"description": "HTTP proxy server configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.olingo4.serviceUri": {
"name": "camel.component.olingo4.serviceUri",
"description": "Target OData service base URI, e.g. http:\/\/services.odata.org\/OData\/OData.svc",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.olingo4.socketTimeout": {
"name": "camel.component.olingo4.socketTimeout",
"description": "HTTP request timeout in milliseconds, defaults to 30,000 (30 seconds)",
"defaultValue": "30000",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.olingo4.lazyStartProducer": {
"name": "camel.component.olingo4.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.olingo4.autowiredEnabled": {
"name": "camel.component.olingo4.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.olingo4.httpAsyncClientBuilder": {
"name": "camel.component.olingo4.httpAsyncClientBuilder",
"description": "Custom HTTP async client builder for more complex HTTP client configuration, overrides connectionTimeout, socketTimeout, proxy and sslContext. Note that a socketTimeout MUST be specified in the builder, otherwise OData requests could block indefinitely",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.olingo4.httpClientBuilder": {
"name": "camel.component.olingo4.httpClientBuilder",
"description": "Custom HTTP client builder for more complex HTTP client configuration, overrides connectionTimeout, socketTimeout, proxy and sslContext. Note that a socketTimeout MUST be specified in the builder, otherwise OData requests could block indefinitely",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.olingo4.sslContextParameters": {
"name": "camel.component.olingo4.sslContextParameters",
"description": "To configure security using SSLContextParameters",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.olingo4.useGlobalSslContextParameters": {
"name": "camel.component.olingo4.useGlobalSslContextParameters",
"description": "Enable usage of global SSL context parameters.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
}
}
}