Git Product home page Git Product logo

Comments (10)

oscerd avatar oscerd commented on September 3, 2024 1

Sink stands for a camel producer endpoint uri, while source stands for a camel consumer endpoint uri

from camel-kafka-connector.

oscerd avatar oscerd commented on September 3, 2024 1

To use the camel-kafka-connector you need the basic camel knowledge

from camel-kafka-connector.

Nayananga avatar Nayananga commented on September 3, 2024

Hi, may I take this task?

from camel-kafka-connector.

oscerd avatar oscerd commented on September 3, 2024

Sure

from camel-kafka-connector.

Nayananga avatar Nayananga commented on September 3, 2024

Hi when I was following the guide in here I used
./mnvw install

command to build the project. Then I encountered this error

Error: Could not find or load main class org.apache.maven.wrapper.MavenWrapperMain Caused by: java.lang.ClassNotFoundException: org.apache.maven.wrapper.MavenWrapperMain

I was able to solve this by using

mvn -N io.takari:maven:wrapper
./mnvw install

is this a possible issue to create a new Github issue?

from camel-kafka-connector.

oscerd avatar oscerd commented on September 3, 2024

I think it's because you're on Windows, or at least I guess. Use ./mvnw.cmd in your case

from camel-kafka-connector.

Nayananga avatar Nayananga commented on September 3, 2024

No this happened inside a docker container (ubuntu 18.04). I'll try using ./mvnw.cmd
Thanks :)

from camel-kafka-connector.

Nayananga avatar Nayananga commented on September 3, 2024

Hi, @oscerd I found that almost every connector.properties file has

camel.source.url

and

camel.sink.url

what are these stands for? thanks

from camel-kafka-connector.

valdar avatar valdar commented on September 3, 2024

The itest has already been done.

from camel-kafka-connector.

kidpollo avatar kidpollo commented on September 3, 2024

I'm trying to use the salesforce source connector and based on what I can see on the tests I am unable to get anything from salesforce. It seems that the connector authenticates properly but as I try to get stuff from /data/AccountChangeEvent nothing happens. No errors no nothing. Using an alternate comet client I am able to see the cdc events. On an interesting note if I provide an invalid topicName config there is no error also. This the config I am using

name = sfdc_test
connector.class = org.apache.camel.kafkaconnector.salesforce.CamelSalesforceSourceConnector
topics = camel-sfdc-stream
camel.source.path.topicName = /data/AccountChangeEvent
camel.source.endpoint.rawPayload = true
camel.source.endpoint.replayId = -2
camel.component.salesforce.apiVersion = 50.0
camel.component.salesforce.authenticationType = USERNAME_PASSWORD
camel.component.salesforce.clientId =  <redacted>
camel.component.salesforce.clientSecret = <redacted>
camel.component.salesforce.loginUrl = https://login.salesforce.com
camel.component.salesforce.password = <redacted>
camel.component.salesforce.userName = <redacted>

Also note that on the same kc i have another camel connector that does work properly. The AWS SQS source connector.

from camel-kafka-connector.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.