Skip to content

Commit

Permalink
CAMEL-18131 - camel-health - Add health checks for components that ha…
Browse files Browse the repository at this point in the history
…s extension for connectivity verification - AWS Kinesis

Signed-off-by: Andrea Cosentino <[email protected]>
  • Loading branch information
oscerd committed Oct 21, 2022
1 parent 7a4a46b commit 189e918
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
*/
package org.apache.camel.component.aws2.kinesis;

import java.util.Collection;
import java.util.concurrent.TimeUnit;

import org.apache.camel.CamelContext;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.health.HealthCheck;
Expand All @@ -32,9 +35,6 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.util.Collection;
import java.util.concurrent.TimeUnit;

import static org.testcontainers.shaded.org.awaitility.Awaitility.await;

public class Kinesis2ConsumerHealthCheckProfileCredsTest extends CamelTestSupport {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
*/
package org.apache.camel.component.aws2.kinesis;

import java.util.Collection;
import java.util.concurrent.TimeUnit;

import org.apache.camel.CamelContext;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.health.HealthCheck;
Expand All @@ -32,9 +35,6 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.util.Collection;
import java.util.concurrent.TimeUnit;

import static org.testcontainers.shaded.org.awaitility.Awaitility.await;

public class Kinesis2ConsumerHealthCheckStaticCredsTest extends CamelTestSupport {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
*/
package org.apache.camel.component.aws2.kinesis;

import java.util.Collection;
import java.util.concurrent.TimeUnit;

import org.apache.camel.CamelContext;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.health.HealthCheck;
Expand All @@ -32,9 +35,6 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.util.Collection;
import java.util.concurrent.TimeUnit;

import static org.testcontainers.shaded.org.awaitility.Awaitility.await;

public class Kinesis2ConsumerHealthCustomClientTest extends CamelTestSupport {
Expand Down

0 comments on commit 189e918

Please sign in to comment.