Mongey / terraform-provider-kafka-connect

Terraform provider for managing Apache Kafka Connect
MIT License
110 stars 42 forks source link

v0.2.1 version unable to update the connectors though prompt success #23

Open Samlinxia opened 4 years ago

Samlinxia commented 4 years ago

I used the latest v0.2.1 prebuilt binary plugin, after run terraform apply it prompts Apply Complete! and no errors. But it turns out that the connectors config doesn't update, only the remote terraform.tfstate state updated. I'm wondering if there is any error returned from the github.com/ricardo-ch/go-kafka-connect/lib/connectors library. I git clone and built a new binary from source. Everything works. So I suspect whether is the GitAction build a janky binary.

mahsoud commented 4 years ago

found the same issue, my Kafka Connect service was not resolvable via DNS. Terraform updated the state, but did not update the connector.

We have noticed the issue when we tried to add a new connector, got propper timeout error as expected. seems that it only affects update case.

Terraform v0.12.28