Skip to content

Commit

Permalink
Upgrade jboss-xnio-version to 3.8.14.Final; refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
cunningt committed Sep 26, 2024
1 parent c4f2981 commit 904fa15
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
<jboss-logging-version>3.6.0.Final</jboss-logging-version>
<jboss-marshalling-version>1.4.10.Final</jboss-marshalling-version>
<jboss-transaction-spi.version>7.6.1.Final</jboss-transaction-spi.version>
<jboss-xnio-version>3.3.8.Final</jboss-xnio-version>
<jboss-xnio-version>3.8.14.Final</jboss-xnio-version>
<jcache-version>1.1.1</jcache-version>
<jcr-version>2.0</jcr-version>
<jedis-client-version>5.1.5</jedis-client-version>
Expand Down

0 comments on commit 904fa15

Please sign in to comment.