Skip to content

Commit

Permalink
Merge pull request #498 from rsvoboda/avro.dereference-schema
Browse files Browse the repository at this point in the history
Use dereference-schema=true as workaround for quarkus #42504 issue
  • Loading branch information
michalvavrik authored Aug 14, 2024
2 parents e2e8503 + fe0262d commit 1785ef7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kafka.bootstrap.servers=localhost:9092

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

vertx.kafka.producer.delay-ms=100
vertx.kafka.producer.batch-size=1
Expand Down

0 comments on commit 1785ef7

Please sign in to comment.