Nayananga opened a new pull request #185: URL: https://github.com/apache/camel-kafka-connector/pull/185
Hi, when I was testing this example I get this error, >[2020-05-03 22:25:15,580] ERROR An exception has occurred before CamelContext startup has finished (org.apache.camel.kafkaconnector.utils.CamelMainSupport:220) java.lang.IllegalArgumentException: Error configuring property: camel.component.salesforce.password because cannot find component with name salesforce. Make sure you have the component on the classpath at org.apache.camel.main.BaseMainSupport.lambda$autoConfigurationFromProperties$15(BaseMainSupport.java:959) at org.apache.camel.main.BaseMainSupport.computeProperties(BaseMainSupport.java:1148) at org.apache.camel.main.BaseMainSupport.autoConfigurationFromProperties(BaseMainSupport.java:956) at org.apache.camel.main.BaseMainSupport.autoconfigure(BaseMainSupport.java:545) at org.apache.camel.main.BaseMainSupport.postProcessCamelContext(BaseMainSupport.java:587) at org.apache.camel.main.BaseMainSupport.initCamelContext(BaseMainSupport.java:423) at org.apache.camel.main.Main.doInit(Main.java:109) at org.apache.camel.support.service.ServiceSupport.init(ServiceSupport.java:83) at org.apache.camel.support.service.ServiceSupport.start(ServiceSupport.java:112) at org.apache.camel.main.MainSupport.run(MainSupport.java:82) at org.apache.camel.kafkaconnector.utils.CamelMainSupport$CamelContextStarter.run(CamelMainSupport.java:218) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) and >[2020-05-03 22:25:15,589] ERROR WorkerSourceTask{id=CamelSalesforceSourceConnector-0} Task is being killed and will not recover until manually restarted (org.apache.kafka.connect.runtime.WorkerTask:187) is this the correct approach? Thanks :) ---------------------------------------------------------------- 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