confluentinc / demo-scene

👾Scripts and samples to support Confluent Demos and Talks. ⚠️Might be rough around the edges ;-) 👉For automated tutorials and QA'd code, see https://github.com/confluentinc/examples/
https://developer.confluent.io
Apache License 2.0
1.5k stars 896 forks source link

Salesforce Connector - throwing - TimeoutException: Timed out waiting for a node assignment #129

Closed erdelacruz closed 4 years ago

erdelacruz commented 4 years ago

Hello, i'm currently getting an error org.apache.kafka.common.errors.TimeoutException: Timed out waiting for a node assignment in the connector status after configuring a Salesforce Source Connector in Confluent Center > Connect Page.

This is my docker-compose.yml file:

`

version: '2' services: zookeeper: image: confluentinc/cp-zookeeper:latest ports:

rmoff commented 4 years ago

Is this relating to a particular demo in this repository?

erdelacruz commented 4 years ago

Hi rmoff,

I used the docker-compose.yml from demo-scene/community-components-only/docker-compose.yml as my base yml file, i just added an image for confluent-control-center and configure a build setting to use dockerfile for kafka-connect image, so that other connectors such salesforce will be installed.

I was able to build and deploy the services without issue and able to access to connectors in control center, however after configuring a Salesforce Connector in control center, the connector won't deploy due to an error TimeoutException: Timed out waiting for a node assignment

I'm hoping you can help me with my issue. Thank you. Regards, Rico

rmoff commented 4 years ago

Hi, I'm going to close this here because it's not related to one of the demos. The best place for community support is on:

→ Slack group: http://cnfl.io/slack or → Mailing list: https://groups.google.com/forum/#!forum/confluent-platform

Thanks :)