Skip to content

Commit 1785ef7

Browse files
authored
Merge pull request #498 from rsvoboda/avro.dereference-schema
Use dereference-schema=true as workaround for quarkus #42504 issue
2 parents e2e8503 + fe0262d commit 1785ef7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

301-quarkus-vertx-kafka/src/main/resources/application.properties

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ kafka.bootstrap.servers=localhost:9092
33

44
# Kafka AVRO scenario
55
mp.messaging.connector.smallrye-kafka.apicurio.registry.url=http://localhost:8081/apis/registry/v2
6+
# TODO https://github.com/quarkusio/quarkus/issues/42504#issuecomment-2286638391
7+
mp.messaging.connector.smallrye-kafka.apicurio.registry.dereference-schema=true
68

79
vertx.kafka.producer.delay-ms=100
810
vertx.kafka.producer.batch-size=1

0 commit comments

Comments
 (0)