blob: 4d3223215503cb193edd632bf06a653f8bd34cce [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.miloclient.CamelMiloclientSourceConnector",
"artifactId": "camel-milo-client-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-milo-client-source",
"type": "source",
"version": "0.7.0",
"description": "Connect to OPC UA servers using the binary protocol for acquiring telemetry data."
},
"properties": {
"camel.source.path.endpointUri": {
"name": "camel.source.path.endpointUri",
"description": "The OPC UA server endpoint",
"priority": "HIGH",
"required": "true"
},
"camel.source.endpoint.clientId": {
"name": "camel.source.endpoint.clientId",
"description": "A virtual client id to force the creation of a new connection instance",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.defaultAwaitWrites": {
"name": "camel.source.endpoint.defaultAwaitWrites",
"description": "Default await setting for writes",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.discoveryEndpointSuffix": {
"name": "camel.source.endpoint.discoveryEndpointSuffix",
"description": "A suffix for endpoint URI when discovering",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.discoveryEndpointUri": {
"name": "camel.source.endpoint.discoveryEndpointUri",
"description": "An alternative discovery URI",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.method": {
"name": "camel.source.endpoint.method",
"description": "The method definition (see Method ID)",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.node": {
"name": "camel.source.endpoint.node",
"description": "The node definition (see Node ID)",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.samplingInterval": {
"name": "camel.source.endpoint.samplingInterval",
"description": "The sampling interval in milliseconds",
"defaultValue": "\"0.0\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.bridgeErrorHandler": {
"name": "camel.source.endpoint.bridgeErrorHandler",
"description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.exceptionHandler": {
"name": "camel.source.endpoint.exceptionHandler",
"description": "To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.exchangePattern": {
"name": "camel.source.endpoint.exchangePattern",
"description": "Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"InOnly",
"InOut",
"InOptionalOut"
]
},
"camel.source.endpoint.synchronous": {
"name": "camel.source.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.source.endpoint.allowedSecurityPolicies": {
"name": "camel.source.endpoint.allowedSecurityPolicies",
"description": "A set of allowed security policy URIs. Default is to accept all and use the highest.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.applicationName": {
"name": "camel.source.endpoint.applicationName",
"description": "The application name",
"defaultValue": "\"Apache Camel adapter for Eclipse Milo\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.applicationUri": {
"name": "camel.source.endpoint.applicationUri",
"description": "The application URI",
"defaultValue": "\"http:\/\/camel.apache.org\/EclipseMilo\/Client\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.channelLifetime": {
"name": "camel.source.endpoint.channelLifetime",
"description": "Channel lifetime in milliseconds",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.keyAlias": {
"name": "camel.source.endpoint.keyAlias",
"description": "The name of the key in the keystore file",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.keyPassword": {
"name": "camel.source.endpoint.keyPassword",
"description": "The key password",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.keyStorePassword": {
"name": "camel.source.endpoint.keyStorePassword",
"description": "The keystore password",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.keyStoreType": {
"name": "camel.source.endpoint.keyStoreType",
"description": "The key store type",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.keyStoreUrl": {
"name": "camel.source.endpoint.keyStoreUrl",
"description": "The URL where the key should be loaded from",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.maxPendingPublishRequests": {
"name": "camel.source.endpoint.maxPendingPublishRequests",
"description": "The maximum number of pending publish requests",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.maxResponseMessageSize": {
"name": "camel.source.endpoint.maxResponseMessageSize",
"description": "The maximum number of bytes a response message may have",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.overrideHost": {
"name": "camel.source.endpoint.overrideHost",
"description": "Override the server reported endpoint host with the host from the endpoint URI.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.productUri": {
"name": "camel.source.endpoint.productUri",
"description": "The product URI",
"defaultValue": "\"http:\/\/camel.apache.org\/EclipseMilo\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.requestedPublishingInterval": {
"name": "camel.source.endpoint.requestedPublishingInterval",
"description": "The requested publishing interval in milliseconds",
"defaultValue": "\"1_000.0\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.requestTimeout": {
"name": "camel.source.endpoint.requestTimeout",
"description": "Request timeout in milliseconds",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.sessionName": {
"name": "camel.source.endpoint.sessionName",
"description": "Session name",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.sessionTimeout": {
"name": "camel.source.endpoint.sessionTimeout",
"description": "Session timeout in milliseconds",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.clientId": {
"name": "camel.component.milo-client.clientId",
"description": "A virtual client id to force the creation of a new connection instance",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.configuration": {
"name": "camel.component.milo-client.configuration",
"description": "All default options for client configurations",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.discoveryEndpointSuffix": {
"name": "camel.component.milo-client.discoveryEndpointSuffix",
"description": "A suffix for endpoint URI when discovering",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.discoveryEndpointUri": {
"name": "camel.component.milo-client.discoveryEndpointUri",
"description": "An alternative discovery URI",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.bridgeErrorHandler": {
"name": "camel.component.milo-client.bridgeErrorHandler",
"description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.autowiredEnabled": {
"name": "camel.component.milo-client.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.milo-client.allowedSecurityPolicies": {
"name": "camel.component.milo-client.allowedSecurityPolicies",
"description": "A set of allowed security policy URIs. Default is to accept all and use the highest.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.applicationName": {
"name": "camel.component.milo-client.applicationName",
"description": "The application name",
"defaultValue": "\"Apache Camel adapter for Eclipse Milo\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.applicationUri": {
"name": "camel.component.milo-client.applicationUri",
"description": "The application URI",
"defaultValue": "\"http:\/\/camel.apache.org\/EclipseMilo\/Client\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.channelLifetime": {
"name": "camel.component.milo-client.channelLifetime",
"description": "Channel lifetime in milliseconds",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.keyAlias": {
"name": "camel.component.milo-client.keyAlias",
"description": "The name of the key in the keystore file",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.keyPassword": {
"name": "camel.component.milo-client.keyPassword",
"description": "The key password",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.keyStorePassword": {
"name": "camel.component.milo-client.keyStorePassword",
"description": "The keystore password",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.keyStoreType": {
"name": "camel.component.milo-client.keyStoreType",
"description": "The key store type",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.keyStoreUrl": {
"name": "camel.component.milo-client.keyStoreUrl",
"description": "The URL where the key should be loaded from",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.maxPendingPublishRequests": {
"name": "camel.component.milo-client.maxPendingPublishRequests",
"description": "The maximum number of pending publish requests",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.maxResponseMessageSize": {
"name": "camel.component.milo-client.maxResponseMessageSize",
"description": "The maximum number of bytes a response message may have",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.overrideHost": {
"name": "camel.component.milo-client.overrideHost",
"description": "Override the server reported endpoint host with the host from the endpoint URI.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.productUri": {
"name": "camel.component.milo-client.productUri",
"description": "The product URI",
"defaultValue": "\"http:\/\/camel.apache.org\/EclipseMilo\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.requestedPublishingInterval": {
"name": "camel.component.milo-client.requestedPublishingInterval",
"description": "The requested publishing interval in milliseconds",
"defaultValue": "\"1_000.0\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.requestTimeout": {
"name": "camel.component.milo-client.requestTimeout",
"description": "Request timeout in milliseconds",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.sessionName": {
"name": "camel.component.milo-client.sessionName",
"description": "Session name",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.sessionTimeout": {
"name": "camel.component.milo-client.sessionTimeout",
"description": "Session timeout in milliseconds",
"priority": "MEDIUM",
"required": "false"
}
}
}