tstuber commented on issue #1960: URL: https://github.com/apache/camel-quarkus/issues/1960#issuecomment-718059534
I found a "workaround": * Manually add the avro scheme into the project (e.g. `resources/avro/event.avsc`) * Configure the `avro-maven-plugin` to generate the sources Once the generated sources are available, the code works as listed above. I am not sure if this is working as expected, since the documentation is not very clear to me. Also, I did not find good examples for this case. I could contribute here, if someone could provide some inputs here. Last but not least, I am not sure if this is actually a camel-quarkus issue. I did not test this behavior with another setup. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org