squakez commented on issue #2085: URL: https://github.com/apache/camel-k/issues/2085#issuecomment-903903338
> In the meantime, I managed to make it work. > > If you use the schema registry, first don't forget to add confluent registry as a maven repository installing kamel: > > ``` > kamel install --maven-repository https://packages.confluent.io/maven/@id=confluent > ``` > > Then run kafka using the `-d` flag like this: > > ``` > kamel run -t logging.level=DEBUG -d mvn:org.apache.camel:camel-kafka:3.11.1 -d mvn:io.confluent:kafka-avro-serializer:6.0.0 helloworld.groovy > ``` Thanks, can you confirm which is the route you're using please? is it a dynamic one such as `from("kafka" + variable)...`? -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org