From 46dac3a40de67bbed151a88a66ff1bb7025dfcf5 Mon Sep 17 00:00:00 2001 From: Maciej Swiderski Date: Tue, 10 Dec 2024 07:59:36 +0100 Subject: [PATCH] use redpandadata/redpanda:latest as dev services image for kafka tests --- event-streams-orders/src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/event-streams-orders/src/main/resources/application.properties b/event-streams-orders/src/main/resources/application.properties index b138552..46b3dad 100644 --- a/event-streams-orders/src/main/resources/application.properties +++ b/event-streams-orders/src/main/resources/application.properties @@ -24,3 +24,5 @@ quarkus.jib.base-jvm-image=eclipse-temurin:17-jre-alpine %test.mp.messaging.incoming.orders.connector=smallrye-in-memory %test.mp.messaging.incoming.customers.connector=smallrye-in-memory +quarkus.kafka.devservices.image-name=redpandadata/redpanda:latest +