doru1004 commented on issue #1541:
URL: https://github.com/apache/camel-k/issues/1541#issuecomment-646067874
I guess that should have been my question from the start, a way to actually
add dependencies if they are not included in the default setup! :) Thanks for
giving an example of how to add some.
In case anyone else runs into this problem, I actually avoided the use of
the component factory by adding the broker details in the client code similarly
to how they are used by the consumer:
```
from(...)
.to("kafka:topic?brokers=X.X.X.X:9092")
.log("${body}");
```
----------------------------------------------------------------
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:
[email protected]