good Morning.
I am testing Confluent Kafka Connect salesforce BulkAPI.
no matter what I do I run into a 400 error. the salesforce API connector has been successfully installed using confluent hub. It is up and running. I stoped it re-started several times, no issues. It just keeps throwing the 400 error. I have tried doing it in the UI via control center and also scripting it.
{
“error_code”: 400,
“message”: “Connector configuration is invalid and contains the following 3 error(s):\nCould not authenticate to Salesforce, please check the provided credentials.\nCould not authenticate to Salesforce, please check the provided credentials.\nCould not authenticate to Salesforce, please check the provided credentials.\nYou can also find the above list of errors at the endpoint /connector-plugins/{connectorType}/config/validate
”
}
My credentials are correct since I verified them with CURL and Python.
this is the tutorial I followed.