Skip to content

Commit

Permalink
Fix native KafkaRegistry daily build
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo gonzalez granados committed Jun 29, 2022
1 parent 586c87b commit 1ee7788
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/kafka-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
<artifactId>examples-kafka-registry</artifactId>
<name>Quarkus - Test Framework - Examples - Kafka with Registry</name>
<properties>
<confluent.kafka-avro-serializer.version>7.1.2</confluent.kafka-avro-serializer.version>
<!-- confluent AVRO serializer 7.1.2 is not supported by native mode -->
<!-- TODO https://github.com/quarkusio/quarkus/issues/26428 -->
<confluent.kafka-avro-serializer.version>7.0.3</confluent.kafka-avro-serializer.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 1ee7788

Please sign in to comment.