From 41b49507cc221189b12bb31992e7d2699376ab59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Vav=C5=99=C3=ADk?= Date: Wed, 14 Aug 2024 21:31:05 +0200 Subject: [PATCH] Dereference schema to workaround Strimzi/Apicurio failures --- .../src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messaging/kafka-strimzi-avro-reactive-messaging/src/main/resources/application.properties b/messaging/kafka-strimzi-avro-reactive-messaging/src/main/resources/application.properties index 3362a0c31..a73726794 100644 --- a/messaging/kafka-strimzi-avro-reactive-messaging/src/main/resources/application.properties +++ b/messaging/kafka-strimzi-avro-reactive-messaging/src/main/resources/application.properties @@ -22,3 +22,6 @@ mp.messaging.incoming.channel-stock-price-batch.value.deserializer=io.apicurio.r mp.messaging.incoming.channel-stock-price-batch.apicurio.registry.avro-datum-provider=io.apicurio.registry.serde.avro.ReflectAvroDatumProvider mp.messaging.incoming.channel-stock-price-batch.auto.offset.reset=earliest mp.messaging.incoming.channel-stock-price-batch.enable.auto.commit=true + +# TODO https://github.com/quarkusio/quarkus/issues/42504#issuecomment-2286638391 +mp.messaging.connector.smallrye-kafka.apicurio.registry.dereference-schema=true