Matesanz
Matesanz
:bulb: If you want to **run this command from a sh file** do: ``` echo "Waiting for Kafka Connect to start listening on kafka-connect ⏳" while true do curl_status="$(curl -s...
> Thanks, @Matesanz > > That looks like the same I already posted [#467 (comment)](https://github.com/confluentinc/cp-docker-images/issues/467#issuecomment-461104319) Yes, I know. But its not the same, trying to run that code from an...
It's still useful for those looking on how to **auto load a connector**. Also official tutorials on this topic use an external file (https://github.com/mitch-seymour/mastering-kafka-streams-and-ksqldb/blob/master/chapter-09/files/ksqldb-server/run.sh). And somehow they could end up...
I also found really useful your response on this topic [here](https://stackoverflow.com/questions/60780828/how-to-create-a-kafka-connect-connector-at-worker-creation-time) > Other solution would be start connect-distributed once, anywhere, configure the internal topics, post a connector (which saves to...
> > official tutorials on this topic use an external file > > I don't see where that script is used in the compose file here: https://github.com/mitch-seymour/mastering-kafka-streams-and-ksqldb/blob/924bc71b394baf3284c21dedc498b8f5e98898b9/chapter-09/docker-compose.yml#L37
> It's not possible to use standalone because the connectors wouldn't be persistent. The Connect container doesn't need to change; it already runs connect distributed script Sorry for my ignorance...
Hello @jonahharris and @cobolbaby thank you for your work on this project. Would it be possible to merge @cobolbaby solution into this project? Thanks. :smile:
Also related problem: ``` [ERROR] Failed to execute goal on project kafka-connect-rabbitmq: Could not resolve dependencies for project com.themeetgroup.kafka.connect:kafka-connect-rabbitmq:jar:0.1.0: Failed to collect dependencies at io.confluent:kafka-avro-serializer:jar:5.1.0: Failed to read artifact descriptor...
> How can I build this plugin? Just running maven install fails: `Failure to find com.palantir.docker.compose:docker-compose-rule-core:pom:0.34.0` **Did you solve this issue?** I think it may be related to [maven 3.8...
I've just sent a PR to solve this issue in https://github.com/cobolbaby/kafka-connect-rabbitmq/pull/5