blob: 48bfc08818a1b97dd394d2612af8508319a0447a [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.miloserver.CamelMiloserverSinkConnector",
"artifactId": "camel-milo-server-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-milo-server-sink",
"type": "sink",
"version": "0.7.0",
"description": "Make telemetry data available as an OPC UA server."
},
"properties": {
"camel.sink.path.itemId": {
"name": "camel.sink.path.itemId",
"description": "ID of the item",
"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.component.milo-server.applicationName": {
"name": "camel.component.milo-server.applicationName",
"description": "The application name",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-server.applicationUri": {
"name": "camel.component.milo-server.applicationUri",
"description": "The application URI",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-server.bindAddresses": {
"name": "camel.component.milo-server.bindAddresses",
"description": "Set the addresses of the local addresses the server should bind to",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-server.buildInfo": {
"name": "camel.component.milo-server.buildInfo",
"description": "Server build info",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-server.namespaceUri": {
"name": "camel.component.milo-server.namespaceUri",
"description": "The URI of the namespace, defaults to urn:org:apache:camel",
"defaultValue": "\"urn:org:apache:camel\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-server.path": {
"name": "camel.component.milo-server.path",
"description": "The path to be appended to the end of the endpoint url. (doesn't need to start with '\/')",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-server.port": {
"name": "camel.component.milo-server.port",
"description": "The TCP port the server binds to",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-server.productUri": {
"name": "camel.component.milo-server.productUri",
"description": "The product URI",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-server.lazyStartProducer": {
"name": "camel.component.milo-server.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.milo-server.autowiredEnabled": {
"name": "camel.component.milo-server.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-server.certificate": {
"name": "camel.component.milo-server.certificate",
"description": "Server certificate",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-server.certificateManager": {
"name": "camel.component.milo-server.certificateManager",
"description": "Server certificate manager",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-server.certificateValidator": {
"name": "camel.component.milo-server.certificateValidator",
"description": "Validator for client certificates",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-server.defaultCertificateValidator": {
"name": "camel.component.milo-server.defaultCertificateValidator",
"description": "Validator for client certificates using default file based approach",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-server.enableAnonymousAuthentication": {
"name": "camel.component.milo-server.enableAnonymousAuthentication",
"description": "Enable anonymous authentication, disabled by default",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-server.securityPolicies": {
"name": "camel.component.milo-server.securityPolicies",
"description": "Security policies",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-server.securityPoliciesById": {
"name": "camel.component.milo-server.securityPoliciesById",
"description": "Security policies by URI or name. Multiple policies can be separated by comma.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-server.userAuthenticationCredentials": {
"name": "camel.component.milo-server.userAuthenticationCredentials",
"description": "Set user password combinations in the form of user1:pwd1,user2:pwd2 Usernames and passwords will be URL decoded",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-server.usernameSecurityPolicyUri": {
"name": "camel.component.milo-server.usernameSecurityPolicyUri",
"description": "Set the UserTokenPolicy used when One of: [None] [Basic128Rsa15] [Basic256] [Basic256Sha256] [Aes128_Sha256_RsaOaep] [Aes256_Sha256_RsaPss]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"None",
"Basic128Rsa15",
"Basic256",
"Basic256Sha256",
"Aes128_Sha256_RsaOaep",
"Aes256_Sha256_RsaPss"
]
}
}
}