From 904fa159d0a68de693aba46e6523ce3125a2f5ae Mon Sep 17 00:00:00 2001 From: Tom Cunningham Date: Thu, 26 Sep 2024 10:46:50 -0400 Subject: [PATCH] Upgrade jboss-xnio-version to 3.8.14.Final; refresh --- .../camel/kotlin/components/Aws2KinesisUriDsl.kt | 14 ++++++++++++++ parent/pom.xml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/Aws2KinesisUriDsl.kt b/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/Aws2KinesisUriDsl.kt index 2a221fc441cba..3ea8616592b8c 100644 --- a/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/Aws2KinesisUriDsl.kt +++ b/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/Aws2KinesisUriDsl.kt @@ -288,6 +288,20 @@ public class Aws2KinesisUriDsl( it.property("dynamoDbAsyncClient", dynamoDbAsyncClient) } + /** + * If we want to use a KCL Consumer and disable the CloudWatch Metrics Export + */ + public fun kclDisableCloudwatchMetricsExport(kclDisableCloudwatchMetricsExport: String) { + it.property("kclDisableCloudwatchMetricsExport", kclDisableCloudwatchMetricsExport) + } + + /** + * If we want to use a KCL Consumer and disable the CloudWatch Metrics Export + */ + public fun kclDisableCloudwatchMetricsExport(kclDisableCloudwatchMetricsExport: Boolean) { + it.property("kclDisableCloudwatchMetricsExport", kclDisableCloudwatchMetricsExport.toString()) + } + /** * If we want to a KCL Consumer set it to true */ diff --git a/parent/pom.xml b/parent/pom.xml index 7684f4c2d3ff2..a20963ef06004 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -265,7 +265,7 @@ 3.6.0.Final 1.4.10.Final 7.6.1.Final - 3.3.8.Final + 3.8.14.Final 1.1.1 2.0 5.1.5