blob: 7f4234657f16acfe92be5f3d5b3e918c46d37285 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.cometds.CamelCometdsSourceConnector",
"artifactId": "camel-cometds-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-cometds-source",
"type": "source",
"version": "0.7.3",
"description": "Offers publish\/subscribe, peer-to-peer (via a server), and RPC style messaging using the CometD\/Bayeux protocol."
},
"properties": {
"camel.source.path.host": {
"name": "camel.source.path.host",
"description": "Hostname",
"priority": "HIGH",
"required": "true"
},
"camel.source.path.port": {
"name": "camel.source.path.port",
"description": "Host port number",
"priority": "HIGH",
"required": "true"
},
"camel.source.path.channelName": {
"name": "camel.source.path.channelName",
"description": "The channelName represents a topic that can be subscribed to by the Camel endpoints.",
"priority": "HIGH",
"required": "true"
},
"camel.source.endpoint.allowedOrigins": {
"name": "camel.source.endpoint.allowedOrigins",
"description": "The origins domain that support to cross, if the crosssOriginFilterOn is true",
"defaultValue": "\"*\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.baseResource": {
"name": "camel.source.endpoint.baseResource",
"description": "The root directory for the web resources or classpath. Use the protocol file: or classpath: depending if you want that the component loads the resource from file system or classpath. Classpath is required for OSGI deployment where the resources are packaged in the jar",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.crossOriginFilterOn": {
"name": "camel.source.endpoint.crossOriginFilterOn",
"description": "If true, the server will support for cross-domain filtering",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.filterPath": {
"name": "camel.source.endpoint.filterPath",
"description": "The filterPath will be used by the CrossOriginFilter, if the crosssOriginFilterOn is true",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.interval": {
"name": "camel.source.endpoint.interval",
"description": "The client side poll timeout in milliseconds. How long a client will wait between reconnects",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.jsonCommented": {
"name": "camel.source.endpoint.jsonCommented",
"description": "If true, the server will accept JSON wrapped in a comment and will generate JSON wrapped in a comment. This is a defence against Ajax Hijacking.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.logLevel": {
"name": "camel.source.endpoint.logLevel",
"description": "Logging level. 0=none, 1=info, 2=debug. One of: [0] [1] [2]",
"defaultValue": "1",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1",
"2"
]
},
"camel.source.endpoint.maxInterval": {
"name": "camel.source.endpoint.maxInterval",
"description": "The max client side poll timeout in milliseconds. A client will be removed if a connection is not received in this time.",
"defaultValue": "30000",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.multiFrameInterval": {
"name": "camel.source.endpoint.multiFrameInterval",
"description": "The client side poll timeout, if multiple connections are detected from the same browser.",
"defaultValue": "1500",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.timeout": {
"name": "camel.source.endpoint.timeout",
"description": "The server side poll timeout in milliseconds. This is how long the server will hold a reconnect request before responding.",
"defaultValue": "240000",
"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.sessionHeadersEnabled": {
"name": "camel.source.endpoint.sessionHeadersEnabled",
"description": "Whether to include the server session headers in the Camel message when creating a Camel Message for incoming requests.",
"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.component.cometds.bridgeErrorHandler": {
"name": "camel.component.cometds.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.cometds.autowiredEnabled": {
"name": "camel.component.cometds.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.cometds.extensions": {
"name": "camel.component.cometds.extensions",
"description": "To use a list of custom BayeuxServer.Extension that allows modifying incoming and outgoing requests.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.cometds.securityPolicy": {
"name": "camel.component.cometds.securityPolicy",
"description": "To use a custom configured SecurityPolicy to control authorization",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.cometds.sslContextParameters": {
"name": "camel.component.cometds.sslContextParameters",
"description": "To configure security using SSLContextParameters",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.cometds.sslKeyPassword": {
"name": "camel.component.cometds.sslKeyPassword",
"description": "The password for the keystore when using SSL.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.cometds.sslKeystore": {
"name": "camel.component.cometds.sslKeystore",
"description": "The path to the keystore.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.cometds.sslPassword": {
"name": "camel.component.cometds.sslPassword",
"description": "The password when using SSL.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.cometds.useGlobalSslContextParameters": {
"name": "camel.component.cometds.useGlobalSslContextParameters",
"description": "Enable usage of global SSL context parameters.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
}
}
}