Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Poor man rebase on master #479

Merged
merged 1 commit into from
Sep 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ connector.class=org.apache.camel.kafkaconnector.aws2eventbridge.CamelAws2eventbr
----


The camel-aws2-eventbridge sink connector supports 31 options, which are listed below.
The camel-aws2-eventbridge sink connector supports 33 options, which are listed below.



Expand All @@ -32,14 +32,15 @@ The camel-aws2-eventbridge sink connector supports 31 options, which are listed
| *camel.sink.path.label* | Logical name | null | HIGH
| *camel.sink.endpoint.autoDiscoverClient* | Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking. | true | MEDIUM
| *camel.sink.endpoint.eventbridgeClient* | To use a existing configured AWS Eventbridge as client | null | MEDIUM
| *camel.sink.endpoint.eventbusName* | The eventbus name, the default value is default and this means it will be the AWS event bus of your account. | "default" | MEDIUM
| *camel.sink.endpoint.eventPatternFile* | EventPattern File | null | MEDIUM
| *camel.sink.endpoint.lazyStartProducer* | 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. | false | MEDIUM
| *camel.sink.endpoint.operation* | The operation to perform One of: [putRule] [putTargets] | "putRule" | HIGH
| *camel.sink.endpoint.operation* | The operation to perform One of: [putRule] [putTargets] [removeTargets] | "putRule" | HIGH
| *camel.sink.endpoint.pojoRequest* | If we want to use a POJO request as body or not | false | MEDIUM
| *camel.sink.endpoint.proxyHost* | To define a proxy host when instantiating the STS client | null | MEDIUM
| *camel.sink.endpoint.proxyPort* | To define a proxy port when instantiating the STS client | null | MEDIUM
| *camel.sink.endpoint.proxyProtocol* | To define a proxy protocol when instantiating the STS client One of: [HTTP] [HTTPS] | "HTTPS" | MEDIUM
| *camel.sink.endpoint.region* | The region in which STS 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() | null | MEDIUM
| *camel.sink.endpoint.proxyHost* | To define a proxy host when instantiating the Eventbridge client | null | MEDIUM
| *camel.sink.endpoint.proxyPort* | To define a proxy port when instantiating the Eventbridge client | null | MEDIUM
| *camel.sink.endpoint.proxyProtocol* | To define a proxy protocol when instantiating the Eventbridge client One of: [HTTP] [HTTPS] | "HTTPS" | MEDIUM
| *camel.sink.endpoint.region* | The region in which Eventbridge 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() | null | MEDIUM
| *camel.sink.endpoint.trustAllCertificates* | If we want to trust all certificates in case of overriding the endpoint | false | MEDIUM
| *camel.sink.endpoint.basicPropertyBinding* | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | MEDIUM
| *camel.sink.endpoint.synchronous* | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | MEDIUM
Expand All @@ -48,14 +49,15 @@ The camel-aws2-eventbridge sink connector supports 31 options, which are listed
| *camel.component.aws2-eventbridge.autoDiscover Client* | Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking. | true | MEDIUM
| *camel.component.aws2-eventbridge.configuration* | Component configuration | null | MEDIUM
| *camel.component.aws2-eventbridge.eventbridgeClient* | To use a existing configured AWS Eventbridge as client | null | MEDIUM
| *camel.component.aws2-eventbridge.eventbusName* | The eventbus name, the default value is default and this means it will be the AWS event bus of your account. | "default" | MEDIUM
| *camel.component.aws2-eventbridge.eventPatternFile* | EventPattern File | null | MEDIUM
| *camel.component.aws2-eventbridge.lazyStartProducer* | 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. | false | MEDIUM
| *camel.component.aws2-eventbridge.operation* | The operation to perform One of: [putRule] [putTargets] | "putRule" | HIGH
| *camel.component.aws2-eventbridge.operation* | The operation to perform One of: [putRule] [putTargets] [removeTargets] | "putRule" | HIGH
| *camel.component.aws2-eventbridge.pojoRequest* | If we want to use a POJO request as body or not | false | MEDIUM
| *camel.component.aws2-eventbridge.proxyHost* | To define a proxy host when instantiating the STS client | null | MEDIUM
| *camel.component.aws2-eventbridge.proxyPort* | To define a proxy port when instantiating the STS client | null | MEDIUM
| *camel.component.aws2-eventbridge.proxyProtocol* | To define a proxy protocol when instantiating the STS client One of: [HTTP] [HTTPS] | "HTTPS" | MEDIUM
| *camel.component.aws2-eventbridge.region* | The region in which STS 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() | null | MEDIUM
| *camel.component.aws2-eventbridge.proxyHost* | To define a proxy host when instantiating the Eventbridge client | null | MEDIUM
| *camel.component.aws2-eventbridge.proxyPort* | To define a proxy port when instantiating the Eventbridge client | null | MEDIUM
| *camel.component.aws2-eventbridge.proxyProtocol* | To define a proxy protocol when instantiating the Eventbridge client One of: [HTTP] [HTTPS] | "HTTPS" | MEDIUM
| *camel.component.aws2-eventbridge.region* | The region in which Eventbridge 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() | null | MEDIUM
| *camel.component.aws2-eventbridge.trustAll Certificates* | If we want to trust all certificates in case of overriding the endpoint | false | MEDIUM
| *camel.component.aws2-eventbridge.basicProperty Binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | LOW
| *camel.component.aws2-eventbridge.accessKey* | Amazon AWS Access Key | null | MEDIUM
Expand All @@ -77,8 +79,4 @@ The camel-aws2-eventbridge sink connector has no transforms out of the box.


The camel-aws2-eventbridge sink connector has no aggregation strategies out of the box.




// kafka-connector options: END
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ topics=

# mandatory properties (for a complete properties list see the connector documentation):

# The operation to perform One of: [putRule] [putTargets]
# The operation to perform One of: [putRule] [putTargets] [removeTargets]
camel.component.aws2-eventbridge.operation=
# The operation to perform One of: [putRule] [putTargets]
# The operation to perform One of: [putRule] [putTargets] [removeTargets]
camel.sink.endpoint.operation=
# Logical name
camel.sink.path.label=
Expand Down