blob: 8c562caf41438e6d6be5dab3f3a1fec211d73d41 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.atomixmessaging.CamelAtomixmessagingSourceConnector",
"artifactId": "camel-atomix-messaging-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-atomix-messaging-source",
"type": "source",
"version": "0.7.3",
"description": "Access Atomix's group messaging."
},
"properties": {
"camel.source.path.resourceName": {
"name": "camel.source.path.resourceName",
"description": "The distributed resource name",
"priority": "HIGH",
"required": "true"
},
"camel.source.endpoint.atomix": {
"name": "camel.source.endpoint.atomix",
"description": "The Atomix instance to use",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.broadcastType": {
"name": "camel.source.endpoint.broadcastType",
"description": "The broadcast type. One of: [ALL] [RANDOM]",
"defaultValue": "\"ALL\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"ALL",
"RANDOM"
]
},
"camel.source.endpoint.channelName": {
"name": "camel.source.endpoint.channelName",
"description": "The messaging channel name",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.configurationUri": {
"name": "camel.source.endpoint.configurationUri",
"description": "The Atomix configuration uri.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.defaultAction": {
"name": "camel.source.endpoint.defaultAction",
"description": "The default action. One of: [DIRECT] [BROADCAST]",
"defaultValue": "\"DIRECT\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"DIRECT",
"BROADCAST"
]
},
"camel.source.endpoint.memberName": {
"name": "camel.source.endpoint.memberName",
"description": "The Atomix Group member name",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.nodes": {
"name": "camel.source.endpoint.nodes",
"description": "The address of the nodes composing the cluster.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.resultHeader": {
"name": "camel.source.endpoint.resultHeader",
"description": "The header that wil carry the result.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.transportClassName": {
"name": "camel.source.endpoint.transportClassName",
"description": "The class name (fqn) of the Atomix transport",
"defaultValue": "\"io.atomix.catalyst.transport.netty.NettyTransport\"",
"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.defaultResourceConfig": {
"name": "camel.source.endpoint.defaultResourceConfig",
"description": "The cluster wide default resource configuration.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.defaultResourceOptions": {
"name": "camel.source.endpoint.defaultResourceOptions",
"description": "The local default resource options.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.ephemeral": {
"name": "camel.source.endpoint.ephemeral",
"description": "Sets if the local member should join groups as PersistentMember or not. If set to ephemeral the local member will receive an auto generated ID thus the local one is ignored.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.readConsistency": {
"name": "camel.source.endpoint.readConsistency",
"description": "The read consistency level. One of: [ATOMIC] [ATOMIC_LEASE] [SEQUENTIAL] [LOCAL]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"ATOMIC",
"ATOMIC_LEASE",
"SEQUENTIAL",
"LOCAL"
]
},
"camel.source.endpoint.resourceConfigs": {
"name": "camel.source.endpoint.resourceConfigs",
"description": "Cluster wide resources configuration.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.resourceOptions": {
"name": "camel.source.endpoint.resourceOptions",
"description": "Local resources configurations",
"priority": "MEDIUM",
"required": "false"
},
"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.atomix-messaging.atomix": {
"name": "camel.component.atomix-messaging.atomix",
"description": "The Atomix instance to use",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.atomix-messaging.broadcastType": {
"name": "camel.component.atomix-messaging.broadcastType",
"description": "The broadcast type. One of: [ALL] [RANDOM]",
"defaultValue": "\"ALL\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"ALL",
"RANDOM"
]
},
"camel.component.atomix-messaging.channelName": {
"name": "camel.component.atomix-messaging.channelName",
"description": "The messaging channel name",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.atomix-messaging.configuration": {
"name": "camel.component.atomix-messaging.configuration",
"description": "The shared component configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.atomix-messaging.configurationUri": {
"name": "camel.component.atomix-messaging.configurationUri",
"description": "The path to the AtomixClient configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.atomix-messaging.defaultAction": {
"name": "camel.component.atomix-messaging.defaultAction",
"description": "The default action. One of: [DIRECT] [BROADCAST]",
"defaultValue": "\"DIRECT\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"DIRECT",
"BROADCAST"
]
},
"camel.component.atomix-messaging.memberName": {
"name": "camel.component.atomix-messaging.memberName",
"description": "The Atomix Group member name",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.atomix-messaging.nodes": {
"name": "camel.component.atomix-messaging.nodes",
"description": "The nodes the AtomixClient should connect to",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.atomix-messaging.resultHeader": {
"name": "camel.component.atomix-messaging.resultHeader",
"description": "The header that wil carry the result.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.atomix-messaging.transportClassName": {
"name": "camel.component.atomix-messaging.transportClassName",
"description": "The class name (fqn) of the Atomix transport",
"defaultValue": "\"io.atomix.catalyst.transport.netty.NettyTransport\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.atomix-messaging.bridgeErrorHandler": {
"name": "camel.component.atomix-messaging.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.atomix-messaging.autowiredEnabled": {
"name": "camel.component.atomix-messaging.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.atomix-messaging.defaultResourceConfig": {
"name": "camel.component.atomix-messaging.defaultResourceConfig",
"description": "The cluster wide default resource configuration.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.atomix-messaging.defaultResourceOptions": {
"name": "camel.component.atomix-messaging.defaultResourceOptions",
"description": "The local default resource options.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.atomix-messaging.ephemeral": {
"name": "camel.component.atomix-messaging.ephemeral",
"description": "Sets if the local member should join groups as PersistentMember or not. If set to ephemeral the local member will receive an auto generated ID thus the local one is ignored.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.atomix-messaging.readConsistency": {
"name": "camel.component.atomix-messaging.readConsistency",
"description": "The read consistency level. One of: [ATOMIC] [ATOMIC_LEASE] [SEQUENTIAL] [LOCAL]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"ATOMIC",
"ATOMIC_LEASE",
"SEQUENTIAL",
"LOCAL"
]
},
"camel.component.atomix-messaging.resourceConfigs": {
"name": "camel.component.atomix-messaging.resourceConfigs",
"description": "Cluster wide resources configuration.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.atomix-messaging.resourceOptions": {
"name": "camel.component.atomix-messaging.resourceOptions",
"description": "Local resources configurations",
"priority": "MEDIUM",
"required": "false"
}
}
}