This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.0.x by this push:
new e2d93f146b8 CAMEL-20563: shutdown existing consumer instance to
release resources… (#13510)
e2d93f146b8 is described below
commit e2d93f146b881fb22a65326475acc78ec1bf9a8c
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Mar 18 12:20:07 2024 +0100
CAMEL-20563: shutdown existing consumer instance to release resources…
(#13510)
---
.../kafka/integration/KafkaBreakOnFirstErrorReleaseResourcesIT.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorReleaseResourcesIT.java
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorReleaseResourcesIT.java
index 81d8f603044..cae054b82d1 100644
---
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorReleaseResourcesIT.java
+++
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorReleaseResourcesIT.java
@@ -49,7 +49,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
@EnabledOnOs(value = { OS.LINUX, OS.MAC, OS.FREEBSD, OS.OPENBSD, OS.WINDOWS },
architectures = { "amd64", "aarch64", "s390x" },
disabledReason = "This test does not run reliably on ppc64le")
-class KafkaBreakOnFirstErrorReleaseResourcesIT extends BaseKafkaTestSupport {
+class KafkaBreakOnFirstErrorReleaseResourcesIT extends
BaseEmbeddedKafkaTestSupport {
public static final String ROUTE_ID = "breakOnFirstError-20563";
public static final String TOPIC = "breakOnFirstError-20563";