kidpollo edited a comment on issue #76: URL: https://github.com/apache/camel-kafka-connector/issues/76#issuecomment-858188175
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. -- 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