Issue with application.yml #23092
Replies: 4 comments 2 replies
-
/cc @ozangunalp |
Beta Was this translation helpful? Give feedback.
-
@SebDeLille I realized that you are missing apicurio-registry-avro dependency in your <dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-apicurio-registry-avro</artifactId>
</dependency> |
Beta Was this translation helpful? Give feedback.
-
@ozangunalp |
Beta Was this translation helpful? Give feedback.
-
oops, my bad. thanks for your help |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have an issue with Quarkus and Kafka and Apicurio when i use an application.yml file. I have this exception:
Caused by: javax.enterprise.inject.spi.DeploymentException: org.apache.kafka.common.KafkaException: java.lang.IllegalArgumentException: Missing registry base url, set apicurio.registry.url
When i convert it in an application.properties, my quarkus app run correctly.
Is it a known bug? or do I have an error in my yml file?
Sébastien
application.zip
Beta Was this translation helpful? Give feedback.
All reactions