blob: c83ac64c47666179e555fa2dac5f796fe9879eea [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.thrift.CamelThriftSinkConnector",
"artifactId": "camel-thrift-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-thrift-sink",
"type": "sink",
"version": "0.7.0",
"description": "Call and expose remote procedures (RPC) with Apache Thrift data format and serialization mechanism."
},
"properties": {
"camel.sink.path.host": {
"name": "camel.sink.path.host",
"description": "The Thrift server host name. This is localhost or 0.0.0.0 (if not defined) when being a consumer or remote server host name when using producer.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.path.port": {
"name": "camel.sink.path.port",
"description": "The Thrift server port",
"priority": "HIGH",
"required": "true"
},
"camel.sink.path.service": {
"name": "camel.sink.path.service",
"description": "Fully qualified service name from the thrift descriptor file (package dot service definition name)",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.compressionType": {
"name": "camel.sink.endpoint.compressionType",
"description": "Protocol compression mechanism type One of: [NONE] [ZLIB]",
"defaultValue": "\"NONE\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"NONE",
"ZLIB"
]
},
"camel.sink.endpoint.exchangeProtocol": {
"name": "camel.sink.endpoint.exchangeProtocol",
"description": "Exchange protocol serialization type One of: [BINARY] [JSON] [SJSON] [COMPACT]",
"defaultValue": "\"BINARY\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"BINARY",
"JSON",
"SJSON",
"COMPACT"
]
},
"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.method": {
"name": "camel.sink.endpoint.method",
"description": "The Thrift invoked method name",
"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.negotiationType": {
"name": "camel.sink.endpoint.negotiationType",
"description": "Security negotiation type One of: [PLAINTEXT] [SSL] [SASL]",
"defaultValue": "\"PLAINTEXT\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"PLAINTEXT",
"SSL",
"SASL"
]
},
"camel.sink.endpoint.sslParameters": {
"name": "camel.sink.endpoint.sslParameters",
"description": "Configuration parameters for SSL\/TLS security negotiation",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.thrift.lazyStartProducer": {
"name": "camel.component.thrift.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.thrift.autowiredEnabled": {
"name": "camel.component.thrift.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.thrift.useGlobalSslContextParameters": {
"name": "camel.component.thrift.useGlobalSslContextParameters",
"description": "Determine if the thrift component is using global SSL context parameters",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
}
}
}