You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/08/23 16:03:05 UTC

[GitHub] [camel-k] squakez edited a comment on issue #2085: More information needed about dependency resolution

squakez edited a comment 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
   > ```
   
   You may shortcut that with `-d camel-kafka` and you'll also get the exact version needed according your installation. Can you also 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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org