Yeva Byzek
Yeva Byzek
Agree, a connector with a failed task should not pass `./validate_connectors_running.sh`. Suggestion to check task state is excellent. The screenshot shown above demonstrates a separate & unrelated issue for C3...
@HyunSooKim7854 thank you for surfacing this. The cp-demo documentation is inconsistent and we should review and make it consistent.
@binygreenberg I haven't encountered this error before. Based on quick Googling, perhaps it is related to your environment. We validate on https://docs.confluent.io/current/tutorials/cp-demo/docs/index.html?#run-demo . In your environment, what are: 1. OS...
@mjthompson2107 1. Which branch of cp-demo are you using? 2. Please use `6.0.1-post` branch and refresh the code: ``` git checkout 6.0.1-post git fetch git pull ```
@toniiiik ,@edwardpang-computime : try removing the double quotes in the value. For example, instead of ```bash - CONNECT_KEY_CONVERTER="io.confluent.connect.avro.AvroConverter" ``` use ```bash - CONNECT_KEY_CONVERTER=io.confluent.connect.avro.AvroConverter ``` etc ...
@big-andy-coates this issue is still present in `5.4.1`. Per your comment in https://github.com/confluentinc/ksql/issues/3363#issuecomment-557499226 , can you please confirm whether this issue should be fixed in `5.5.0`?
Good news and not good news: _Good news_: @big-andy-coates I have created a special branch in cp-demo that reverts to the `run script` syntax we originally had when this issue...
@rspurgeon can you please try to recreate this? If you run and can't recreate it either, then we should 1. Close this issue 2. Revert changes in cp-demo for faster...