generated from camel.apache.org/component
1011 lines
35 KiB
JSON
1011 lines
35 KiB
JSON
{
|
|
"component": {
|
|
"kind": "component",
|
|
"name": "aws2-kinesis",
|
|
"title": "AWS Kinesis",
|
|
"description": "Consume and produce records from and to AWS Kinesis Streams.",
|
|
"deprecated": false,
|
|
"firstVersion": "3.2.0",
|
|
"label": "cloud,messaging",
|
|
"javaType": "org.apache.camel.component.aws2.kinesis.Kinesis2Component",
|
|
"supportLevel": "Stable",
|
|
"groupId": "org.apache.camel",
|
|
"artifactId": "camel-aws2-kinesis",
|
|
"version": "4.10.2",
|
|
"scheme": "aws2-kinesis",
|
|
"extendsScheme": "",
|
|
"syntax": "aws2-kinesis:streamName",
|
|
"async": false,
|
|
"api": false,
|
|
"consumerOnly": false,
|
|
"producerOnly": false,
|
|
"lenientProperties": false,
|
|
"browsable": false,
|
|
"remote": true
|
|
},
|
|
"headers": {
|
|
"CamelAwsKinesisSequenceNumber": {
|
|
"index": 0,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "common",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "String",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The sequence number of the record, as defined in http://docs.aws.amazon.com/kinesis/latest/APIReference/API_PutRecord.html#API_PutRecord_ResponseSyntaxResponse Syntax",
|
|
"constantName": "org.apache.camel.component.aws2.kinesis.Kinesis2Constants#SEQUENCE_NUMBER"
|
|
},
|
|
"CamelAwsKinesisApproximateArrivalTimestamp": {
|
|
"index": 1,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "common",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "String",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The time AWS assigned as the arrival time of the record.",
|
|
"constantName": "org.apache.camel.component.aws2.kinesis.Kinesis2Constants#APPROX_ARRIVAL_TIME"
|
|
},
|
|
"CamelAwsKinesisPartitionKey": {
|
|
"index": 2,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "common",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "String",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "Identifies which shard in the stream the data record is assigned to.",
|
|
"constantName": "org.apache.camel.component.aws2.kinesis.Kinesis2Constants#PARTITION_KEY"
|
|
},
|
|
"CamelMessageTimestamp": {
|
|
"index": 3,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "common",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "long",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The timestamp of the message",
|
|
"constantName": "org.apache.camel.component.aws2.kinesis.Kinesis2Constants#MESSAGE_TIMESTAMP"
|
|
},
|
|
"CamelKinesisDbResumeAction": {
|
|
"index": 4,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "consumer",
|
|
"label": "consumer",
|
|
"required": false,
|
|
"javaType": "String",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The resume action to execute when resuming.",
|
|
"constantName": "org.apache.camel.component.aws2.kinesis.Kinesis2Constants#RESUME_ACTION"
|
|
},
|
|
"CamelAwsKinesisShardId": {
|
|
"index": 5,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "common",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "String",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The shard ID of the shard where the data record was placed.",
|
|
"constantName": "org.apache.camel.component.aws2.kinesis.Kinesis2Constants#SHARD_ID"
|
|
}
|
|
},
|
|
"properties": {
|
|
"streamName": {
|
|
"index": 0,
|
|
"kind": "path",
|
|
"displayName": "Stream Name",
|
|
"group": "common",
|
|
"label": "",
|
|
"required": true,
|
|
"type": "string",
|
|
"javaType": "java.lang.String",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Name of the stream"
|
|
},
|
|
"cborEnabled": {
|
|
"index": 1,
|
|
"kind": "parameter",
|
|
"displayName": "Cbor Enabled",
|
|
"group": "common",
|
|
"label": "common",
|
|
"required": false,
|
|
"type": "boolean",
|
|
"javaType": "boolean",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": true,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "This option will set the CBOR_ENABLED property during the execution"
|
|
},
|
|
"overrideEndpoint": {
|
|
"index": 2,
|
|
"kind": "parameter",
|
|
"displayName": "Override Endpoint",
|
|
"group": "common",
|
|
"label": "common",
|
|
"required": false,
|
|
"type": "boolean",
|
|
"javaType": "boolean",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Set the need for overriding the endpoint. This option needs to be used in combination with uriEndpointOverride option"
|
|
},
|
|
"region": {
|
|
"index": 3,
|
|
"kind": "parameter",
|
|
"displayName": "Region",
|
|
"group": "common",
|
|
"label": "",
|
|
"required": false,
|
|
"type": "string",
|
|
"javaType": "java.lang.String",
|
|
"enum": [
|
|
"ap-south-2",
|
|
"ap-south-1",
|
|
"eu-south-1",
|
|
"eu-south-2",
|
|
"us-gov-east-1",
|
|
"me-central-1",
|
|
"il-central-1",
|
|
"ca-central-1",
|
|
"eu-central-1",
|
|
"us-iso-west-1",
|
|
"eu-central-2",
|
|
"eu-isoe-west-1",
|
|
"us-west-1",
|
|
"us-west-2",
|
|
"af-south-1",
|
|
"eu-north-1",
|
|
"eu-west-3",
|
|
"eu-west-2",
|
|
"eu-west-1",
|
|
"ap-northeast-3",
|
|
"ap-northeast-2",
|
|
"ap-northeast-1",
|
|
"me-south-1",
|
|
"sa-east-1",
|
|
"ap-east-1",
|
|
"cn-north-1",
|
|
"ca-west-1",
|
|
"us-gov-west-1",
|
|
"ap-southeast-1",
|
|
"ap-southeast-2",
|
|
"us-iso-east-1",
|
|
"ap-southeast-3",
|
|
"ap-southeast-4",
|
|
"us-east-1",
|
|
"us-east-2",
|
|
"cn-northwest-1",
|
|
"us-isob-east-1",
|
|
"aws-global",
|
|
"aws-cn-global",
|
|
"aws-us-gov-global",
|
|
"aws-iso-global",
|
|
"aws-iso-b-global"
|
|
],
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "The region in which Kinesis Firehose client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You'll need to use the name Region.EU_WEST_1.id()"
|
|
},
|
|
"uriEndpointOverride": {
|
|
"index": 4,
|
|
"kind": "parameter",
|
|
"displayName": "Uri Endpoint Override",
|
|
"group": "common",
|
|
"label": "common",
|
|
"required": false,
|
|
"type": "string",
|
|
"javaType": "java.lang.String",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option"
|
|
},
|
|
"iteratorType": {
|
|
"index": 5,
|
|
"kind": "parameter",
|
|
"displayName": "Iterator Type",
|
|
"group": "consumer",
|
|
"label": "consumer",
|
|
"required": false,
|
|
"type": "object",
|
|
"javaType": "software.amazon.awssdk.services.kinesis.model.ShardIteratorType",
|
|
"enum": [
|
|
"AT_SEQUENCE_NUMBER",
|
|
"AFTER_SEQUENCE_NUMBER",
|
|
"TRIM_HORIZON",
|
|
"LATEST",
|
|
"AT_TIMESTAMP",
|
|
"null"
|
|
],
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": "TRIM_HORIZON",
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Defines where in the Kinesis stream to start getting records"
|
|
},
|
|
"maxResultsPerRequest": {
|
|
"index": 6,
|
|
"kind": "parameter",
|
|
"displayName": "Max Results Per Request",
|
|
"group": "consumer",
|
|
"label": "consumer",
|
|
"required": false,
|
|
"type": "integer",
|
|
"javaType": "int",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": 1,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Maximum number of records that will be fetched in each poll"
|
|
},
|
|
"messageTimestamp": {
|
|
"index": 7,
|
|
"kind": "parameter",
|
|
"displayName": "Message Timestamp",
|
|
"group": "consumer",
|
|
"label": "consumer",
|
|
"required": false,
|
|
"type": "string",
|
|
"javaType": "java.lang.String",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "The message timestamp to start polling from. Required if iteratorType is set to AT_TIMESTAMP"
|
|
},
|
|
"sendEmptyMessageWhenIdle": {
|
|
"index": 8,
|
|
"kind": "parameter",
|
|
"displayName": "Send Empty Message When Idle",
|
|
"group": "consumer",
|
|
"label": "consumer",
|
|
"required": false,
|
|
"type": "boolean",
|
|
"javaType": "boolean",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": false,
|
|
"description": "If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead."
|
|
},
|
|
"sequenceNumber": {
|
|
"index": 9,
|
|
"kind": "parameter",
|
|
"displayName": "Sequence Number",
|
|
"group": "consumer",
|
|
"label": "consumer",
|
|
"required": false,
|
|
"type": "string",
|
|
"javaType": "java.lang.String",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "The sequence number to start polling from. Required if iteratorType is set to AFTER_SEQUENCE_NUMBER or AT_SEQUENCE_NUMBER"
|
|
},
|
|
"shardClosed": {
|
|
"index": 10,
|
|
"kind": "parameter",
|
|
"displayName": "Shard Closed",
|
|
"group": "consumer",
|
|
"label": "consumer",
|
|
"required": false,
|
|
"type": "object",
|
|
"javaType": "org.apache.camel.component.aws2.kinesis.Kinesis2ShardClosedStrategyEnum",
|
|
"enum": [
|
|
"ignore",
|
|
"fail",
|
|
"silent"
|
|
],
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": "ignore",
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Define what will be the behavior in case of shard closed. Possible value are ignore, silent and fail. In case of ignore a WARN message will be logged once and the consumer will not process new messages until restarted,in case of silent there will be no logging and the consumer will not process new messages until restarted,in case of fail a ReachedClosedStateException will be thrown"
|
|
},
|
|
"shardId": {
|
|
"index": 11,
|
|
"kind": "parameter",
|
|
"displayName": "Shard Id",
|
|
"group": "consumer",
|
|
"label": "consumer",
|
|
"required": false,
|
|
"type": "string",
|
|
"javaType": "java.lang.String",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Defines which shardId in the Kinesis stream to get records from"
|
|
},
|
|
"bridgeErrorHandler": {
|
|
"index": 12,
|
|
"kind": "parameter",
|
|
"displayName": "Bridge Error Handler",
|
|
"group": "consumer (advanced)",
|
|
"label": "consumer,advanced",
|
|
"required": false,
|
|
"type": "boolean",
|
|
"javaType": "boolean",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": false,
|
|
"description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. Important: This is only possible if the 3rd party component allows Camel to be alerted if an exception was thrown. Some components handle this internally only, and therefore bridgeErrorHandler is not possible. In other situations we may improve the Camel component to hook into the 3rd party component and make this possible for future releases. 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."
|
|
},
|
|
"exceptionHandler": {
|
|
"index": 13,
|
|
"kind": "parameter",
|
|
"displayName": "Exception Handler",
|
|
"group": "consumer (advanced)",
|
|
"label": "consumer,advanced",
|
|
"required": false,
|
|
"type": "object",
|
|
"javaType": "org.apache.camel.spi.ExceptionHandler",
|
|
"optionalPrefix": "consumer.",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"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."
|
|
},
|
|
"exchangePattern": {
|
|
"index": 14,
|
|
"kind": "parameter",
|
|
"displayName": "Exchange Pattern",
|
|
"group": "consumer (advanced)",
|
|
"label": "consumer,advanced",
|
|
"required": false,
|
|
"type": "object",
|
|
"javaType": "org.apache.camel.ExchangePattern",
|
|
"enum": [
|
|
"InOnly",
|
|
"InOut"
|
|
],
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "Sets the exchange pattern when the consumer creates an exchange."
|
|
},
|
|
"pollStrategy": {
|
|
"index": 15,
|
|
"kind": "parameter",
|
|
"displayName": "Poll Strategy",
|
|
"group": "consumer (advanced)",
|
|
"label": "consumer,advanced",
|
|
"required": false,
|
|
"type": "object",
|
|
"javaType": "org.apache.camel.spi.PollingConsumerPollStrategy",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel."
|
|
},
|
|
"shardMonitorInterval": {
|
|
"index": 16,
|
|
"kind": "parameter",
|
|
"displayName": "Shard Monitor Interval",
|
|
"group": "consumer (advanced)",
|
|
"label": "consumer,advanced",
|
|
"required": false,
|
|
"type": "integer",
|
|
"javaType": "long",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": 10000,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "The interval in milliseconds to wait between shard polling"
|
|
},
|
|
"lazyStartProducer": {
|
|
"index": 17,
|
|
"kind": "parameter",
|
|
"displayName": "Lazy Start Producer",
|
|
"group": "producer (advanced)",
|
|
"label": "producer,advanced",
|
|
"required": false,
|
|
"type": "boolean",
|
|
"javaType": "boolean",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": false,
|
|
"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."
|
|
},
|
|
"amazonKinesisAsyncClient": {
|
|
"index": 18,
|
|
"kind": "parameter",
|
|
"displayName": "Amazon Kinesis Async Client",
|
|
"group": "advanced",
|
|
"label": "advanced",
|
|
"required": false,
|
|
"type": "object",
|
|
"javaType": "software.amazon.awssdk.services.kinesis.KinesisAsyncClient",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": true,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Supply a pre-constructed Amazon Kinesis async client to use for the KCL Consumer"
|
|
},
|
|
"amazonKinesisClient": {
|
|
"index": 19,
|
|
"kind": "parameter",
|
|
"displayName": "Amazon Kinesis Client",
|
|
"group": "advanced",
|
|
"label": "advanced",
|
|
"required": false,
|
|
"type": "object",
|
|
"javaType": "software.amazon.awssdk.services.kinesis.KinesisClient",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": true,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Amazon Kinesis client to use for all requests for this endpoint"
|
|
},
|
|
"applicationName": {
|
|
"index": 20,
|
|
"kind": "parameter",
|
|
"displayName": "Application Name",
|
|
"group": "advanced",
|
|
"label": "advanced",
|
|
"required": false,
|
|
"type": "string",
|
|
"javaType": "java.lang.String",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Name of the KCL application. This defaults to the stream name."
|
|
},
|
|
"asyncClient": {
|
|
"index": 21,
|
|
"kind": "parameter",
|
|
"displayName": "Async Client",
|
|
"group": "advanced",
|
|
"label": "advanced",
|
|
"required": false,
|
|
"type": "boolean",
|
|
"javaType": "boolean",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "If we want to a KinesisAsyncClient instance set it to true"
|
|
},
|
|
"cloudWatchAsyncClient": {
|
|
"index": 22,
|
|
"kind": "parameter",
|
|
"displayName": "Cloud Watch Async Client",
|
|
"group": "advanced",
|
|
"label": "advanced",
|
|
"required": false,
|
|
"type": "object",
|
|
"javaType": "software.amazon.awssdk.services.cloudwatch.CloudWatchAsyncClient",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "If we want to a KCL Consumer, we can pass an instance of CloudWatchAsyncClient"
|
|
},
|
|
"dynamoDbAsyncClient": {
|
|
"index": 23,
|
|
"kind": "parameter",
|
|
"displayName": "Dynamo Db Async Client",
|
|
"group": "advanced",
|
|
"label": "advanced",
|
|
"required": false,
|
|
"type": "object",
|
|
"javaType": "software.amazon.awssdk.services.dynamodb.DynamoDbAsyncClient",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "If we want to a KCL Consumer, we can pass an instance of DynamoDbAsyncClient"
|
|
},
|
|
"kclDisableCloudwatchMetricsExport": {
|
|
"index": 24,
|
|
"kind": "parameter",
|
|
"displayName": "Kcl Disable Cloudwatch Metrics Export",
|
|
"group": "advanced",
|
|
"label": "advanced",
|
|
"required": false,
|
|
"type": "boolean",
|
|
"javaType": "boolean",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "If we want to use a KCL Consumer and disable the CloudWatch Metrics Export"
|
|
},
|
|
"useKclConsumers": {
|
|
"index": 25,
|
|
"kind": "parameter",
|
|
"displayName": "Use Kcl Consumers",
|
|
"group": "advanced",
|
|
"label": "advanced",
|
|
"required": false,
|
|
"type": "boolean",
|
|
"javaType": "boolean",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "If we want to a KCL Consumer set it to true"
|
|
},
|
|
"proxyHost": {
|
|
"index": 26,
|
|
"kind": "parameter",
|
|
"displayName": "Proxy Host",
|
|
"group": "proxy",
|
|
"label": "proxy",
|
|
"required": false,
|
|
"type": "string",
|
|
"javaType": "java.lang.String",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "To define a proxy host when instantiating the Kinesis client"
|
|
},
|
|
"proxyPort": {
|
|
"index": 27,
|
|
"kind": "parameter",
|
|
"displayName": "Proxy Port",
|
|
"group": "proxy",
|
|
"label": "proxy",
|
|
"required": false,
|
|
"type": "integer",
|
|
"javaType": "java.lang.Integer",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "To define a proxy port when instantiating the Kinesis client"
|
|
},
|
|
"proxyProtocol": {
|
|
"index": 28,
|
|
"kind": "parameter",
|
|
"displayName": "Proxy Protocol",
|
|
"group": "proxy",
|
|
"label": "proxy",
|
|
"required": false,
|
|
"type": "object",
|
|
"javaType": "software.amazon.awssdk.core.Protocol",
|
|
"enum": [
|
|
"HTTP",
|
|
"HTTPS"
|
|
],
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": "HTTPS",
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "To define a proxy protocol when instantiating the Kinesis client"
|
|
},
|
|
"backoffErrorThreshold": {
|
|
"index": 29,
|
|
"kind": "parameter",
|
|
"displayName": "Backoff Error Threshold",
|
|
"group": "scheduler",
|
|
"label": "consumer,scheduler",
|
|
"required": false,
|
|
"type": "integer",
|
|
"javaType": "int",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in."
|
|
},
|
|
"backoffIdleThreshold": {
|
|
"index": 30,
|
|
"kind": "parameter",
|
|
"displayName": "Backoff Idle Threshold",
|
|
"group": "scheduler",
|
|
"label": "consumer,scheduler",
|
|
"required": false,
|
|
"type": "integer",
|
|
"javaType": "int",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The number of subsequent idle polls that should happen before the backoffMultipler should kick-in."
|
|
},
|
|
"backoffMultiplier": {
|
|
"index": 31,
|
|
"kind": "parameter",
|
|
"displayName": "Backoff Multiplier",
|
|
"group": "scheduler",
|
|
"label": "consumer,scheduler",
|
|
"required": false,
|
|
"type": "integer",
|
|
"javaType": "int",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row. The multiplier is then the number of polls that will be skipped before the next actual attempt is happening again. When this option is in use then backoffIdleThreshold and/or backoffErrorThreshold must also be configured."
|
|
},
|
|
"delay": {
|
|
"index": 32,
|
|
"kind": "parameter",
|
|
"displayName": "Delay",
|
|
"group": "scheduler",
|
|
"label": "consumer,scheduler",
|
|
"required": false,
|
|
"type": "integer",
|
|
"javaType": "long",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": 500,
|
|
"description": "Milliseconds before the next poll."
|
|
},
|
|
"greedy": {
|
|
"index": 33,
|
|
"kind": "parameter",
|
|
"displayName": "Greedy",
|
|
"group": "scheduler",
|
|
"label": "consumer,scheduler",
|
|
"required": false,
|
|
"type": "boolean",
|
|
"javaType": "boolean",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": false,
|
|
"description": "If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages."
|
|
},
|
|
"initialDelay": {
|
|
"index": 34,
|
|
"kind": "parameter",
|
|
"displayName": "Initial Delay",
|
|
"group": "scheduler",
|
|
"label": "consumer,scheduler",
|
|
"required": false,
|
|
"type": "integer",
|
|
"javaType": "long",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": 1000,
|
|
"description": "Milliseconds before the first poll starts."
|
|
},
|
|
"repeatCount": {
|
|
"index": 35,
|
|
"kind": "parameter",
|
|
"displayName": "Repeat Count",
|
|
"group": "scheduler",
|
|
"label": "consumer,scheduler",
|
|
"required": false,
|
|
"type": "integer",
|
|
"javaType": "long",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": 0,
|
|
"description": "Specifies a maximum limit of number of fires. So if you set it to 1, the scheduler will only fire once. If you set it to 5, it will only fire five times. A value of zero or negative means fire forever."
|
|
},
|
|
"runLoggingLevel": {
|
|
"index": 36,
|
|
"kind": "parameter",
|
|
"displayName": "Run Logging Level",
|
|
"group": "scheduler",
|
|
"label": "consumer,scheduler",
|
|
"required": false,
|
|
"type": "object",
|
|
"javaType": "org.apache.camel.LoggingLevel",
|
|
"enum": [
|
|
"TRACE",
|
|
"DEBUG",
|
|
"INFO",
|
|
"WARN",
|
|
"ERROR",
|
|
"OFF"
|
|
],
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": "TRACE",
|
|
"description": "The consumer logs a start/complete log line when it polls. This option allows you to configure the logging level for that."
|
|
},
|
|
"scheduledExecutorService": {
|
|
"index": 37,
|
|
"kind": "parameter",
|
|
"displayName": "Scheduled Executor Service",
|
|
"group": "scheduler",
|
|
"label": "consumer,scheduler",
|
|
"required": false,
|
|
"type": "object",
|
|
"javaType": "java.util.concurrent.ScheduledExecutorService",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "Allows for configuring a custom/shared thread pool to use for the consumer. By default each consumer has its own single threaded thread pool."
|
|
},
|
|
"scheduler": {
|
|
"index": 38,
|
|
"kind": "parameter",
|
|
"displayName": "Scheduler",
|
|
"group": "scheduler",
|
|
"label": "consumer,scheduler",
|
|
"required": false,
|
|
"type": "object",
|
|
"javaType": "java.lang.Object",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": "none",
|
|
"description": "To use a cron scheduler from either camel-spring or camel-quartz component. Use value spring or quartz for built in scheduler"
|
|
},
|
|
"schedulerProperties": {
|
|
"index": 39,
|
|
"kind": "parameter",
|
|
"displayName": "Scheduler Properties",
|
|
"group": "scheduler",
|
|
"label": "consumer,scheduler",
|
|
"required": false,
|
|
"type": "object",
|
|
"javaType": "java.util.Map<java.lang.String, java.lang.Object>",
|
|
"prefix": "scheduler.",
|
|
"multiValue": true,
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler."
|
|
},
|
|
"startScheduler": {
|
|
"index": 40,
|
|
"kind": "parameter",
|
|
"displayName": "Start Scheduler",
|
|
"group": "scheduler",
|
|
"label": "consumer,scheduler",
|
|
"required": false,
|
|
"type": "boolean",
|
|
"javaType": "boolean",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": true,
|
|
"description": "Whether the scheduler should be auto started."
|
|
},
|
|
"timeUnit": {
|
|
"index": 41,
|
|
"kind": "parameter",
|
|
"displayName": "Time Unit",
|
|
"group": "scheduler",
|
|
"label": "consumer,scheduler",
|
|
"required": false,
|
|
"type": "object",
|
|
"javaType": "java.util.concurrent.TimeUnit",
|
|
"enum": [
|
|
"NANOSECONDS",
|
|
"MICROSECONDS",
|
|
"MILLISECONDS",
|
|
"SECONDS",
|
|
"MINUTES",
|
|
"HOURS",
|
|
"DAYS"
|
|
],
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": "MILLISECONDS",
|
|
"description": "Time unit for initialDelay and delay options."
|
|
},
|
|
"useFixedDelay": {
|
|
"index": 42,
|
|
"kind": "parameter",
|
|
"displayName": "Use Fixed Delay",
|
|
"group": "scheduler",
|
|
"label": "consumer,scheduler",
|
|
"required": false,
|
|
"type": "boolean",
|
|
"javaType": "boolean",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": true,
|
|
"description": "Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details."
|
|
},
|
|
"accessKey": {
|
|
"index": 43,
|
|
"kind": "parameter",
|
|
"displayName": "Access Key",
|
|
"group": "security",
|
|
"label": "security",
|
|
"required": false,
|
|
"type": "string",
|
|
"javaType": "java.lang.String",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": true,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Amazon AWS Access Key"
|
|
},
|
|
"profileCredentialsName": {
|
|
"index": 44,
|
|
"kind": "parameter",
|
|
"displayName": "Profile Credentials Name",
|
|
"group": "security",
|
|
"label": "security",
|
|
"required": false,
|
|
"type": "string",
|
|
"javaType": "java.lang.String",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "If using a profile credentials provider this parameter will set the profile name."
|
|
},
|
|
"secretKey": {
|
|
"index": 45,
|
|
"kind": "parameter",
|
|
"displayName": "Secret Key",
|
|
"group": "security",
|
|
"label": "security",
|
|
"required": false,
|
|
"type": "string",
|
|
"javaType": "java.lang.String",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": true,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Amazon AWS Secret Key"
|
|
},
|
|
"sessionToken": {
|
|
"index": 46,
|
|
"kind": "parameter",
|
|
"displayName": "Session Token",
|
|
"group": "security",
|
|
"label": "security",
|
|
"required": false,
|
|
"type": "string",
|
|
"javaType": "java.lang.String",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": true,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Amazon AWS Session Token used when the user needs to assume a IAM role"
|
|
},
|
|
"trustAllCertificates": {
|
|
"index": 47,
|
|
"kind": "parameter",
|
|
"displayName": "Trust All Certificates",
|
|
"group": "security",
|
|
"label": "security",
|
|
"required": false,
|
|
"type": "boolean",
|
|
"javaType": "boolean",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "If we want to trust all certificates in case of overriding the endpoint"
|
|
},
|
|
"useDefaultCredentialsProvider": {
|
|
"index": 48,
|
|
"kind": "parameter",
|
|
"displayName": "Use Default Credentials Provider",
|
|
"group": "security",
|
|
"label": "security",
|
|
"required": false,
|
|
"type": "boolean",
|
|
"javaType": "boolean",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Set whether the Kinesis client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in."
|
|
},
|
|
"useProfileCredentialsProvider": {
|
|
"index": 49,
|
|
"kind": "parameter",
|
|
"displayName": "Use Profile Credentials Provider",
|
|
"group": "security",
|
|
"label": "security",
|
|
"required": false,
|
|
"type": "boolean",
|
|
"javaType": "boolean",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Set whether the Kinesis client should expect to load credentials through a profile credentials provider."
|
|
},
|
|
"useSessionCredentials": {
|
|
"index": 50,
|
|
"kind": "parameter",
|
|
"displayName": "Use Session Credentials",
|
|
"group": "security",
|
|
"label": "security",
|
|
"required": false,
|
|
"type": "boolean",
|
|
"javaType": "boolean",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Set whether the Kinesis client should expect to use Session Credentials. This is useful in situation in which the user needs to assume a IAM role for doing operations in Kinesis."
|
|
}
|
|
}
|
|
} |